Match the background color of the responsive toggle button active state to -submenu-background, so it matches color schemes. See #25858.

Built from https://develop.svn.wordpress.org/trunk@26415


git-svn-id: http://core.svn.wordpress.org/trunk@26315 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Matt Thomas 2013-11-26 19:17:10 +00:00
parent 126f6cec39
commit e682d6ba29
11 changed files with 20 additions and 7 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

@ -267,3 +267,6 @@ div#wp-responsive-toggle a:before {
.star-rating .star {
color: #096484; }
.wp-responsive-open #wpadminbar #wp-admin-bar-menu-toggle a {
background: #4796b3; }

File diff suppressed because one or more lines are too long

View File

@ -268,6 +268,9 @@ div#wp-responsive-toggle a:before {
.star-rating .star {
color: #04a4cc; }
.wp-responsive-open #wpadminbar #wp-admin-bar-menu-toggle a {
background: white; }
/* temporary fix for admin-bar hover color */
#wpadminbar .ab-top-menu > li:hover > .ab-item, #wpadminbar .ab-top-menu > li.hover > .ab-item, #wpadminbar > #wp-toolbar > #wp-admin-bar-root-default li:hover span.ab-label, #wpadminbar > #wp-toolbar > #wp-admin-bar-top-secondary li.hover span.ab-label, #wpadminbar .ab-top-menu > li > .ab-item:focus, #wpadminbar.nojq .quicklinks .ab-top-menu > li > .ab-item:focus, #wpadminbar-nojs .ab-top-menu > li.menupop:hover > .ab-item, #wpadminbar .ab-top-menu > li.menupop.hover > .ab-item {
color: #333333; }

File diff suppressed because one or more lines are too long

View File

@ -267,3 +267,6 @@ div#wp-responsive-toggle a:before {
.star-rating .star {
color: #e14d43; }
.wp-responsive-open #wpadminbar #wp-admin-bar-menu-toggle a {
background: #26292c; }

File diff suppressed because one or more lines are too long

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 {

File diff suppressed because one or more lines are too long

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 {

File diff suppressed because one or more lines are too long