mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
Administration: Add missing :before to two Dashicon class definitions.
Introduced in [45040]. Props builtbynorthby. Fixes #41074. git-svn-id: https://develop.svn.wordpress.org/trunk@45225 602fd350-edb4-49c9-b593-d223f7449a82
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";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user