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. git-svn-id: https://develop.svn.wordpress.org/trunk@32823 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
cedda9aef1
commit
71cdd9a3e1
|
@ -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;
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue