From 8e9f37dde14a2fe590026f8ac1d8f697a5c2e39f Mon Sep 17 00:00:00 2001 From: Weston Ruter Date: Thu, 12 Oct 2017 04:43:27 +0000 Subject: [PATCH] Twenty Seventeen: Fix positioning of edit shortcuts when partials are nested inside a frontpage panel. Fixes #41557. git-svn-id: https://develop.svn.wordpress.org/trunk@41842 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentyseventeen/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-content/themes/twentyseventeen/style.css b/src/wp-content/themes/twentyseventeen/style.css index 7fe899bf71..7936adb07e 100644 --- a/src/wp-content/themes/twentyseventeen/style.css +++ b/src/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; }