Skip to content

Commit

Permalink
Fix regression with placeholder text.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joen Asmussen committed Mar 8, 2018
1 parent 088838b commit 490e11e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion editor/components/default-block-appender/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $empty-paragraph-height: $text-editor-font-size * 4;
// Every other block puts the outline on a :before pseudo element, which places it inside
padding-top: 1px;

.editor-default-block-appender__content {
.editor-default-block-appender__content input[type=text] {
height: $empty-paragraph-height;
color: $dark-gray-300;
outline: 1px solid transparent;
Expand All @@ -23,6 +23,7 @@ $empty-paragraph-height: $text-editor-font-size * 4;
box-shadow: none;
display: block;
width: 100%;
padding: $block-padding;
height: $empty-paragraph-height;
font-size: $editor-font-size;
cursor: text;
Expand Down

0 comments on commit 490e11e

Please sign in to comment.