Customizer: Revert the blue on hover color which was introduced in [32649].

Blue is meant to be the primary action which isn't the case in this context. Colors need to be revised in #29158. 

see #31336.
Built from https://develop.svn.wordpress.org/trunk@32823


git-svn-id: http://core.svn.wordpress.org/trunk@32794 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dominik Schilling 2015-06-17 21:07:27 +00:00
parent 2d2445516c
commit 504db9233b
9 changed files with 17 additions and 19 deletions

View File

@ -174,8 +174,8 @@ body {
#customize-controls .control-section .accordion-section-title:hover,
#customize-controls .control-section.open .accordion-section-title,
#customize-controls .control-section .accordion-section-title:focus {
color: #fff;
background: #0073aa;
color: #23282d;
background: #f5f5f5;
}
.js .control-section:hover .accordion-section-title,
@ -189,7 +189,7 @@ body {
#customize-theme-controls .control-section .accordion-section-title:hover:after,
#customize-theme-controls .control-section.open .accordion-section-title:after,
#customize-theme-controls .control-section .accordion-section-title:focus:after {
color: #fff;
color: #23282d;
}
#customize-theme-controls .control-section.open {
@ -408,9 +408,8 @@ h3.customize-section-title {
.customize-panel-back:focus,
.customize-section-back:hover,
.customize-section-back:focus {
background: #0073aa;
border-color: #ccc;
color: #fff;
color: #23282d;
background: #f5f5f5;
outline: none;
-webkit-box-shadow: none;
box-shadow: none;

File diff suppressed because one or more lines are too long

View File

@ -174,8 +174,8 @@ body {
#customize-controls .control-section .accordion-section-title:hover,
#customize-controls .control-section.open .accordion-section-title,
#customize-controls .control-section .accordion-section-title:focus {
color: #fff;
background: #0073aa;
color: #23282d;
background: #f5f5f5;
}
.js .control-section:hover .accordion-section-title,
@ -189,7 +189,7 @@ body {
#customize-theme-controls .control-section .accordion-section-title:hover:after,
#customize-theme-controls .control-section.open .accordion-section-title:after,
#customize-theme-controls .control-section .accordion-section-title:focus:after {
color: #fff;
color: #23282d;
}
#customize-theme-controls .control-section.open {
@ -408,9 +408,8 @@ h3.customize-section-title {
.customize-panel-back:focus,
.customize-section-back:hover,
.customize-section-back:focus {
background: #0073aa;
border-color: #ccc;
color: #fff;
color: #23282d;
background: #f5f5f5;
outline: none;
-webkit-box-shadow: none;
box-shadow: none;

File diff suppressed because one or more lines are too long

View File

@ -15,7 +15,7 @@
#customize-controls .control-section .accordion-section-title:hover .menu-in-location,
#customize-controls .control-section .accordion-section-title:focus .menu-in-locations,
#customize-controls .control-section .accordion-section-title:hover .menu-in-locations {
color: #fff;
color: #555;
}
.wp-customizer .menu-item-bar .menu-item-handle,

File diff suppressed because one or more lines are too long

View File

@ -15,7 +15,7 @@
#customize-controls .control-section .accordion-section-title:hover .menu-in-location,
#customize-controls .control-section .accordion-section-title:focus .menu-in-locations,
#customize-controls .control-section .accordion-section-title:hover .menu-in-locations {
color: #fff;
color: #555;
}
.wp-customizer .menu-item-bar .menu-item-handle,

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.3-alpha-32822';
$wp_version = '4.3-alpha-32823';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.