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:
parent
b0d441f5e4
commit
866af8ad2c
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user