Multisite: Use the admin-multisite Dashicon for sites
This icon was added to Dashicons in 4.3, but not applied to anything in our CSS. Uses the more appropriate `dashicons-admin-multisite` when displaying the sites menu item. Props Ipstenu, ocean90. Fixes #36754. Built from https://develop.svn.wordpress.org/trunk@37365 git-svn-id: http://core.svn.wordpress.org/trunk@37331 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -527,7 +527,7 @@ html:lang(he-il) .rtl #wpadminbar * {
|
||||
|
||||
#wpadminbar #wp-admin-bar-my-sites > .ab-item:before,
|
||||
#wpadminbar #wp-admin-bar-site-name > .ab-item:before {
|
||||
content: "\f112";
|
||||
content: "\f541";
|
||||
top: 2px;
|
||||
}
|
||||
|
||||
|
||||
2
wp-includes/css/admin-bar-rtl.min.css
vendored
2
wp-includes/css/admin-bar-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -527,7 +527,7 @@ html:lang(he-il) .rtl #wpadminbar * {
|
||||
|
||||
#wpadminbar #wp-admin-bar-my-sites > .ab-item:before,
|
||||
#wpadminbar #wp-admin-bar-site-name > .ab-item:before {
|
||||
content: "\f112";
|
||||
content: "\f541";
|
||||
top: 2px;
|
||||
}
|
||||
|
||||
|
||||
2
wp-includes/css/admin-bar.min.css
vendored
2
wp-includes/css/admin-bar.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -4,7 +4,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.6-alpha-37364';
|
||||
$wp_version = '4.6-alpha-37365';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
||||
Reference in New Issue
Block a user