diff --git a/apps/full-site-editing/full-site-editing-plugin/dotcom-fse/editor/style.scss b/apps/full-site-editing/full-site-editing-plugin/dotcom-fse/editor/style.scss index f5b2e82ac1904..af44e9ce59973 100644 --- a/apps/full-site-editing/full-site-editing-plugin/dotcom-fse/editor/style.scss +++ b/apps/full-site-editing/full-site-editing-plugin/dotcom-fse/editor/style.scss @@ -23,10 +23,14 @@ .post-type-page, .post-type-wp_template_part { @media ( min-width: 768px ) { + // @TODO Remove the "regions content" class after G2 is available everywhere. + .block-editor-editor-skeleton__content, .edit-post-editor-regions__content { background: #eee; } + // @TODO Remove the "regions content" class after G2 is available everywhere. + .edit-post-visual-editor.editor-styles-wrapper, .edit-post-editor-regions__content .edit-post-visual-editor { box-shadow: 0 2px 2px 0 rgba( 0, 0, 0, 0.14 ), 0 3px 1px -2px rgba( 0, 0, 0, 0.12 ), 0 1px 5px 0 rgba( 0, 0, 0, 0.2 );