From 560e93ec80730ce76d9e3c497c8e1d3ff3efa063 Mon Sep 17 00:00:00 2001 From: Weston Ruter Date: Fri, 18 Nov 2016 05:22:31 +0000 Subject: [PATCH] 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 --- wp-content/themes/twentyseventeen/style.css | 13 ------------- wp-includes/version.php | 2 +- 2 files changed, 1 insertion(+), 14 deletions(-) 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.