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.