Customize: Ensure edit shortcuts have same background color regardless of theme colors.

Fixes #38776.

Built from https://develop.svn.wordpress.org/trunk@39243


git-svn-id: http://core.svn.wordpress.org/trunk@39183 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Weston Ruter 2016-11-15 09:14:31 +00:00
parent 31d4be0293
commit 011391007c
6 changed files with 8 additions and 11 deletions

View File

@ -316,8 +316,7 @@ body.colors-custom,
.colors-custom .next.page-numbers:focus, .colors-custom .next.page-numbers:focus,
.colors-custom .next.page-numbers:hover, .colors-custom .next.page-numbers:hover,
.colors-custom .site-content .wp-playlist-light .wp-playlist-item:hover, .colors-custom .site-content .wp-playlist-light .wp-playlist-item:hover,
.colors-custom .site-content .wp-playlist-light .wp-playlist-item:focus, .colors-custom .site-content .wp-playlist-light .wp-playlist-item:focus {
.colors-custom .customize-partial-edit-shortcut button {
background: hsl( ' . esc_attr( $hue ) . ', ' . esc_attr( $saturation ) . ', 46% ); /* base: #767676; */ background: hsl( ' . esc_attr( $hue ) . ', ' . esc_attr( $saturation ) . ', 46% ); /* base: #767676; */
} }

View File

@ -47,8 +47,7 @@
line-height: 1em !important; line-height: 1em !important;
font-size: 18px; font-size: 18px;
z-index: 5; z-index: 5;
background-color: #0085ba; background: #0085ba !important;
background: #0085ba;
-webkit-border-radius: 50%; -webkit-border-radius: 50%;
border-radius: 50%; border-radius: 50%;
border: 2px solid #fff; border: 2px solid #fff;
@ -85,7 +84,7 @@
} }
.customize-partial-edit-shortcut button:hover { .customize-partial-edit-shortcut button:hover {
background: #008ec2; /* matches primary buttons */ background: #008ec2 !important; /* matches primary buttons */
} }
.customize-partial-edit-shortcut button:focus { .customize-partial-edit-shortcut button:focus {

File diff suppressed because one or more lines are too long

View File

@ -47,8 +47,7 @@
line-height: 1em !important; line-height: 1em !important;
font-size: 18px; font-size: 18px;
z-index: 5; z-index: 5;
background-color: #0085ba; background: #0085ba !important;
background: #0085ba;
-webkit-border-radius: 50%; -webkit-border-radius: 50%;
border-radius: 50%; border-radius: 50%;
border: 2px solid #fff; border: 2px solid #fff;
@ -85,7 +84,7 @@
} }
.customize-partial-edit-shortcut button:hover { .customize-partial-edit-shortcut button:hover {
background: #008ec2; /* matches primary buttons */ background: #008ec2 !important; /* matches primary buttons */
} }
.customize-partial-edit-shortcut button:focus { .customize-partial-edit-shortcut button:focus {

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '4.7-beta3-39242'; $wp_version = '4.7-beta3-39243';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.