Skip to content

Commit

Permalink
Twenty Seventeen Fixes search block button styles not being the same.
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 also reflects in editor-blocks stylesheet.

Props viralsampat, pamprn, sabernhardt, shailu25.
Fixes #61888.


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

0 comments on commit 34aef31

Please sign in to comment.