Customize: Remove obsolete edit shortcut style rules from Twenty Seventeen.
Props celloexpressions. Fixes #38776. Built from https://develop.svn.wordpress.org/trunk@39285 git-svn-id: http://core.svn.wordpress.org/trunk@39225 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
32b3a7f772
commit
560e93ec80
|
@ -3007,24 +3007,11 @@ object {
|
|||
left: 30px;
|
||||
}
|
||||
|
||||
/* Prevent color schemes from showing 1px dots everywhere. */
|
||||
.customize-partial-edit-shortcut {
|
||||
background: transparent !important;
|
||||
}
|
||||
|
||||
/* Ensure that placeholder icons are visible. */
|
||||
.twentyseventeen-panel .customize-partial-edit-shortcut-hidden:before {
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
/* Prevent icon colors from clashing with color schemes. */
|
||||
.colors-custom .customize-partial-edit-shortcut button {
|
||||
text-shadow: 0 -1px 1px rgba(0,0,0,.2),
|
||||
1px 0 1px rgba(0,0,0,.2),
|
||||
0 1px 1px rgba(0,0,0,.2),
|
||||
-1px 0 1px rgba(0,0,0,.2);
|
||||
}
|
||||
|
||||
/*--------------------------------------------------------------
|
||||
18.0 SVGs Fallbacks
|
||||
--------------------------------------------------------------*/
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.7-beta4-39284';
|
||||
$wp_version = '4.7-beta4-39285';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue