Skip to content

Commit

Permalink
Enable inheritance in search block.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmussen committed Oct 19, 2021
1 parent 2d7fd1b commit a3ebd9c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/block-library/src/search/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
color: #32373c;
margin-left: 0.625em;
word-break: normal;
font-size: inherit;
font-family: inherit;
line-height: inherit;

&.has-icon {
line-height: 0;
Expand Down Expand Up @@ -35,6 +38,9 @@
flex-grow: 1;
min-width: 3em;
border: 1px solid #949494;
font-size: inherit;
font-family: inherit;
line-height: inherit;
}

&.wp-block-search__button-only {
Expand Down

0 comments on commit a3ebd9c

Please sign in to comment.