Bundled Themes: Update default block appender selector.

The markup for the default block appender changed from a text input to a text area in the editor; this update makes the same change in the default theme styles.

Props laurelfulford.

Merges [44212] into trunk.

Fixes #45450.
Built from https://develop.svn.wordpress.org/trunk@44312


git-svn-id: http://core.svn.wordpress.org/trunk@44142 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2018-12-19 03:29:51 +00:00
parent a8708d62cf
commit 59967a7832
1 changed files with 2 additions and 2 deletions

View File

@ -20,11 +20,11 @@ Description: Used to style Gutenberg Blocks in the editor.
.edit-post-visual-editor .editor-block-list__block,
.edit-post-visual-editor .editor-block-list__block p,
.editor-default-block-appender input[type="text"].editor-default-block-appender__content {
.editor-default-block-appender textarea.editor-default-block-appender__content {
font-size: 14px;
}
.editor-default-block-appender input[type="text"].editor-default-block-appender__content {
.editor-default-block-appender textarea.editor-default-block-appender__content {
font-family: "Open Sans", Helvetica, Arial, sans-serif;
}