Skip to content

Commit 34aef31

Browse files
committed
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. git-svn-id: https://develop.svn.wordpress.org/trunk@58911 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 12f25b3 commit 34aef31

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -560,6 +560,16 @@ html[lang="th"] .edit-post-visual-editor * {
560560
text-align: left;
561561
}
562562

563+
/* Search */
564+
565+
.wp-block-search__button {
566+
background-color: #222;
567+
color: #fff;
568+
font-size: 16px;
569+
font-weight: 800;
570+
line-height: 1.5;
571+
}
572+
563573
@media screen and (min-width: 30em) {
564574
.wp-block-quote.alignleft p,
565575
.wp-block-quote.alignright p,

0 commit comments

Comments
 (0)