Skip to content

Commit

Permalink
Fix regression with columns appender (#6237)
Browse files Browse the repository at this point in the history
This fixes an issue where the default appender in columns would have a border, and the wrong font. This was introduced as part of the input style consistency PR. Increasing selector specificity fixes this.
  • Loading branch information
jasmussen authored and youknowriad committed Apr 18, 2018
1 parent d6d950a commit 79c00f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/components/default-block-appender/style.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$empty-paragraph-height: $text-editor-font-size * 4;

.editor-default-block-appender {
.editor-default-block-appender__content {
input[type=text].editor-default-block-appender__content { // needs specificity
border: none;
background: none;
box-shadow: none;
Expand Down

0 comments on commit 79c00f9

Please sign in to comment.