Skip to content

Commit

Permalink
Set font styles from block appender placeholder to inherit (#21725)
Browse files Browse the repository at this point in the history
* Remove overspecific font styles to block appender placeholder

* Set font-family and font-size to inherit
  • Loading branch information
Aljullu authored Apr 22, 2020
1 parent f34d799 commit d7a1f17
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
}

textarea.block-editor-default-block-appender__content { // Needs specificity in order to override input field styles from WP-admin styles.
font-family: $editor-font;
font-size: $editor-font-size; // It should match the default paragraph size.
font-family: inherit;
font-size: inherit;
border: none;
background: none;
box-shadow: none;
Expand Down

0 comments on commit d7a1f17

Please sign in to comment.