Skip to content

Commit

Permalink
Twenty Seventeen: Fixes search block button styling variations.
Browse files Browse the repository at this point in the history
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.


git-svn-id: https://develop.svn.wordpress.org/trunk@58930 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
karmatosed committed Aug 24, 2024
1 parent 8fc21ae commit c353d8b
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions src/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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;
}

0 comments on commit c353d8b

Please sign in to comment.