Administration: Add missing :before to two Dashicon class definitions.
Introduced in [45040]. Props builtbynorthby. Fixes #41074. Built from https://develop.svn.wordpress.org/trunk@45225 git-svn-id: http://core.svn.wordpress.org/trunk@45034 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -1138,7 +1138,8 @@
|
||||
content: "\f211";
|
||||
}
|
||||
|
||||
.dashicons-exerpt-view {
|
||||
/* This is a typo, but was previously released. It should remain for backward compatibility. See https://core.trac.wordpress.org/ticket/30832. */
|
||||
.dashicons-exerpt-view:before {
|
||||
content: "\f164";
|
||||
}
|
||||
|
||||
@@ -1150,7 +1151,7 @@
|
||||
content: "\f109";
|
||||
}
|
||||
|
||||
.dashicons-post-trash {
|
||||
.dashicons-post-trash:before {
|
||||
content: "\f182";
|
||||
}
|
||||
|
||||
|
||||
2
wp-includes/css/dashicons.min.css
vendored
2
wp-includes/css/dashicons.min.css
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user