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

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