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:
Matt Thomas 2013-11-26 19:16:19 +00:00
parent b0d441f5e4
commit 866af8ad2c
2 changed files with 5 additions and 1 deletions

View File

@ -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;
}

View File

@ -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 {