Customizer: Increase color contrast ratio for menu locations text.
props celloexpressions. fixes #32727. Built from https://develop.svn.wordpress.org/trunk@32982 git-svn-id: http://core.svn.wordpress.org/trunk@32953 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
9e445e3c30
commit
9665259675
|
@ -6,11 +6,11 @@
|
|||
.menu-in-location,
|
||||
.menu-in-locations {
|
||||
display: block;
|
||||
color: #999;
|
||||
font-weight: 600;
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
#customize-controls .theme-location-set,
|
||||
#customize-controls .control-section .accordion-section-title:focus .menu-in-location,
|
||||
#customize-controls .control-section .accordion-section-title:hover .menu-in-location,
|
||||
#customize-controls .control-section .accordion-section-title:focus .menu-in-locations,
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -6,11 +6,11 @@
|
|||
.menu-in-location,
|
||||
.menu-in-locations {
|
||||
display: block;
|
||||
color: #999;
|
||||
font-weight: 600;
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
#customize-controls .theme-location-set,
|
||||
#customize-controls .control-section .accordion-section-title:focus .menu-in-location,
|
||||
#customize-controls .control-section .accordion-section-title:hover .menu-in-location,
|
||||
#customize-controls .control-section .accordion-section-title:focus .menu-in-locations,
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -573,7 +573,7 @@ body.menu-max-depth-11 { min-width: 1280px !important; }
|
|||
|
||||
/* Menu item controls */
|
||||
.item-type {
|
||||
color: #777;
|
||||
color: #666;
|
||||
font-size: 12px;
|
||||
padding: 12px 10px;
|
||||
line-height: 18px;
|
||||
|
|
|
@ -573,7 +573,7 @@ body.menu-max-depth-11 { min-width: 1280px !important; }
|
|||
|
||||
/* Menu item controls */
|
||||
.item-type {
|
||||
color: #777;
|
||||
color: #666;
|
||||
font-size: 12px;
|
||||
padding: 12px 10px;
|
||||
line-height: 18px;
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.3-alpha-32981';
|
||||
$wp_version = '4.3-alpha-32982';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue