mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 04:40:26 +00:00
Match the background color of the responsive toggle button active state to -submenu-background, so it matches color schemes. See #25858.
git-svn-id: https://develop.svn.wordpress.org/trunk@26415 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -413,4 +413,8 @@ div#wp-responsive-toggle a:before {
|
||||
|
||||
.star-rating .star {
|
||||
color: $highlight-color;
|
||||
}
|
||||
|
||||
.wp-responsive-open #wpadminbar #wp-admin-bar-menu-toggle a {
|
||||
background: $menu-submenu-background;
|
||||
}
|
||||
@@ -11124,7 +11124,7 @@ li#wp-admin-bar-menu-toggle {
|
||||
}
|
||||
|
||||
.wp-responsive-open #wpadminbar #wp-admin-bar-menu-toggle a {
|
||||
background: #000;
|
||||
background: #333;
|
||||
}
|
||||
|
||||
.wp-responsive-open #wpbody {
|
||||
|
||||
Reference in New Issue
Block a user