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
This commit is contained in:
Tammie Lister 2024-08-24 12:21:15 +00:00
parent b754603f04
commit f51cc56803
2 changed files with 10 additions and 11 deletions

View File

@ -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;
}

View File

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