Skip to content

Commit

Permalink
Restore gray background.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmussen authored and ellatrix committed Nov 25, 2020
1 parent e3476a6 commit 1a19fb6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/edit-post/src/components/visual-editor/style.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
.edit-post-visual-editor {
position: relative;
// Default background color so that grey .edit-post-editor-regions__content color doesn't show through.
background-color: $white;

// The button element easily inherits styles that are meant for the editor style.
// These rules enhance the specificity to reduce that inheritance.
Expand All @@ -28,6 +26,10 @@
}

.editor-styles-wrapper {
// Default background color so that grey .edit-post-editor-regions__content
// color doesn't show through.
background-color: $white;

cursor: text;

> * {
Expand Down

0 comments on commit 1a19fb6

Please sign in to comment.