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
This commit is contained in:
Weston Ruter 2017-10-12 04:43:27 +00:00
parent 5fac6cc075
commit 8e9f37dde1
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}