From da565a20b97b8186c2076032053add83b00d1ac5 Mon Sep 17 00:00:00 2001 From: Weston Ruter Date: Thu, 12 Oct 2017 04:44:45 +0000 Subject: [PATCH] Twenty Seventeen: Fix positioning of edit shortcuts when partials are nested inside a frontpage panel. Fixes #41557. Built from https://develop.svn.wordpress.org/trunk@41842 git-svn-id: http://core.svn.wordpress.org/trunk@41676 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyseventeen/style.css | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-content/themes/twentyseventeen/style.css b/wp-content/themes/twentyseventeen/style.css index 7fe899bf71..7936adb07e 100644 --- a/wp-content/themes/twentyseventeen/style.css +++ b/wp-content/themes/twentyseventeen/style.css @@ -3091,7 +3091,7 @@ object { } /* Add some space around the visual edit shortcut buttons. */ -.twentyseventeen-panel .customize-partial-edit-shortcut button { +.twentyseventeen-panel > .customize-partial-edit-shortcut > button { top: 30px; left: 30px; } diff --git a/wp-includes/version.php b/wp-includes/version.php index ebb94778d3..729ce7539c 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9-beta1-41841'; +$wp_version = '4.9-beta1-41842'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.