diff --git a/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css b/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css index 621a1fb975..00c36a3293 100644 --- a/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css +++ b/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css @@ -560,16 +560,6 @@ html[lang="th"] .edit-post-visual-editor * { text-align: left; } -/* Search */ - -.wp-block-search__button { - background-color: #222; - color: #fff; - font-size: 16px; - font-weight: 800; - line-height: 1.5; -} - @media screen and (min-width: 30em) { .wp-block-quote.alignleft p, .wp-block-quote.alignright p, @@ -832,3 +822,12 @@ table.wp-block-table td:last-child { margin-left: 0; margin-right: 0; } + +/* Search */ + +.wp-block-search__button { + background-color: #222; + color: #fff; + font-weight: 800; + line-height: 1.5; +} diff --git a/wp-includes/version.php b/wp-includes/version.php index 091e57dcd5..170b7ed06a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.7-alpha-58929'; +$wp_version = '6.7-alpha-58930'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.