From 1c57a87408c18dfb0b65126dbddf234410ad9676 Mon Sep 17 00:00:00 2001 From: Nik Tsekouras Date: Thu, 26 Nov 2020 19:57:20 +0200 Subject: [PATCH] Revert "Try: Move block appender margin to child. (#27274)" This reverts commit 2ff98db349edd90a84ab19a64994d4752f5eeaff. --- .../src/components/block-list-appender/style.scss | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/packages/block-editor/src/components/block-list-appender/style.scss b/packages/block-editor/src/components/block-list-appender/style.scss index 75889f44b5435d..f5eb38c57f8f47 100644 --- a/packages/block-editor/src/components/block-list-appender/style.scss +++ b/packages/block-editor/src/components/block-list-appender/style.scss @@ -1,9 +1,7 @@ // These styles are only applied to the appender when it appears inside of a block. // Otherwise the default appender may be improperly positioned in some themes. .block-editor-block-list__block .block-list-appender { - .block-editor-default-block-appender { - margin: $grid-unit-10 0; - } + margin: $grid-unit-10 0; // Add additional margin to the appender when inside a group with a background color. // If changing this, be sure to sync up with group/editor.scss line 13.