Skip to content

Commit

Permalink
Block editor: iframe: fix placeholder colors (#47416)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellatrix authored Jan 31, 2023
1 parent 03660b6 commit 3292fc3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/block-editor/src/content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,7 @@
@import "./components/plain-text/content.scss";
@import "./components/rich-text/content.scss";
@import "./components/warning/content.scss";

// To do: ideally the iframe does not contain UI, but there's still the block
// placeholders that will be moved to shadow DOM in the future.
@include wordpress-admin-schemes();

0 comments on commit 3292fc3

Please sign in to comment.