Customize: Remove obsolete edit shortcut style rules from Twenty Seventeen.

Props celloexpressions.
Fixes #38776.


git-svn-id: https://develop.svn.wordpress.org/trunk@39285 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Weston Ruter 2016-11-18 05:22:00 +00:00
parent 48830b5e10
commit c1b2e9dd41

View File

@ -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
--------------------------------------------------------------*/