diff --git a/wp-content/themes/twentyseventeen/style.css b/wp-content/themes/twentyseventeen/style.css index 6e8e9984b1..a109c28f91 100644 --- a/wp-content/themes/twentyseventeen/style.css +++ b/wp-content/themes/twentyseventeen/style.css @@ -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 --------------------------------------------------------------*/ diff --git a/wp-includes/version.php b/wp-includes/version.php index 1ed287da63..9f55f68bb1 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.