Skip to content

Commit 705b36d

Browse files
committed
Revert [37362], which incorrectly changed Dashicons CSS
`dashicons.css` is an external-ish library and the change there is incorrect. See #36754. git-svn-id: https://develop.svn.wordpress.org/trunk@37364 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 2ed0e47 commit 705b36d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/wp-admin/css/admin-menu.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
}
9898

9999
.icon16.icon-site:before {
100-
content: "\f541";
100+
content: "\f112";
101101
}
102102

103103
.icon16.icon-generic:before {

src/wp-includes/css/admin-bar.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ html:lang(he-il) .rtl #wpadminbar * {
527527

528528
#wpadminbar #wp-admin-bar-my-sites > .ab-item:before,
529529
#wpadminbar #wp-admin-bar-site-name > .ab-item:before {
530-
content: "\f541";
530+
content: "\f112";
531531
top: 2px;
532532
}
533533

src/wp-includes/css/dashicons.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
}
7979

8080
.dashicons-admin-network:before {
81-
content: "\f541";
81+
content: "\f112";
8282
}
8383

8484
.dashicons-admin-generic:before {

0 commit comments

Comments
 (0)