From ad16216db0bf303e41f73c294e4502b318313db6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ella=20van=C2=A0Durpe?= Date: Wed, 25 Jan 2023 10:53:32 +0100 Subject: [PATCH] block editor: iframe: fix placeholder colors --- packages/block-editor/src/content.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/block-editor/src/content.scss b/packages/block-editor/src/content.scss index b4a586fc4e0777..fa78f2d41f9f9f 100644 --- a/packages/block-editor/src/content.scss +++ b/packages/block-editor/src/content.scss @@ -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();