From 2a6b396d8dbb9cc77cedbbf0d4be21f58abe3396 Mon Sep 17 00:00:00 2001 From: Tammie Lister Date: Sun, 18 Aug 2024 11:27:17 +0000 Subject: [PATCH] Twenty Seventeen Fixes search block button styles not being the same. The search block button was not the same back and front for background, text and font weight. This also reflects in editor-blocks stylesheet. Props viralsampat, pamprn, sabernhardt, shailu25. Fixes #61888. Built from https://develop.svn.wordpress.org/trunk@58911 git-svn-id: http://core.svn.wordpress.org/trunk@58307 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- .../twentyseventeen/assets/css/editor-blocks.css | 10 ++++++++++ wp-includes/version.php | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css b/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css index 1a4902fbbd..621a1fb975 100644 --- a/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css +++ b/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css @@ -560,6 +560,16 @@ 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, diff --git a/wp-includes/version.php b/wp-includes/version.php index 89e371a5ba..62b81191d7 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.7-alpha-58910'; +$wp_version = '6.7-alpha-58911'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.