From f51cc56803320df04bacf1b18d3f9999e75211d3 Mon Sep 17 00:00:00 2001 From: Tammie Lister Date: Sat, 24 Aug 2024 12:21:15 +0000 Subject: [PATCH] Twenty Seventeen: Fixes search block button styling variations. The search block button was not the same back and front for background, text and font weight. This is an additional patch solving the previous issue of styles being in wrong section and also differences.. Props sabernhardt. Fixes #61888. Built from https://develop.svn.wordpress.org/trunk@58930 git-svn-id: http://core.svn.wordpress.org/trunk@58326 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- .../assets/css/editor-blocks.css | 19 +++++++++---------- wp-includes/version.php | 2 +- 2 files changed, 10 insertions(+), 11 deletions(-) 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.