mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-02 05:31:25 +01:00
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:
parent
2d2445516c
commit
504db9233b
@ -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;
|
||||
|
2
wp-admin/css/customize-controls-rtl.min.css
vendored
2
wp-admin/css/customize-controls-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@ -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;
|
||||
|
2
wp-admin/css/customize-controls.min.css
vendored
2
wp-admin/css/customize-controls.min.css
vendored
File diff suppressed because one or more lines are too long
@ -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,
|
||||
|
2
wp-admin/css/customize-nav-menus-rtl.min.css
vendored
2
wp-admin/css/customize-nav-menus-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@ -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,
|
||||
|
2
wp-admin/css/customize-nav-menus.min.css
vendored
2
wp-admin/css/customize-nav-menus.min.css
vendored
File diff suppressed because one or more lines are too long
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user