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
This commit is contained in:
Weston Ruter 2017-10-12 04:44:45 +00:00
parent 8cb9f6159a
commit da565a20b9
2 changed files with 2 additions and 2 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;
}

View File

@ -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.