From 57ab125eeaf253c4aa4dfccd2a5c41401fe8c238 Mon Sep 17 00:00:00 2001 From: Ella van Durpe Date: Wed, 22 Jan 2020 19:25:49 +0100 Subject: [PATCH] Paragraph block: remove dead CSS --- packages/block-library/src/paragraph/editor.scss | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/packages/block-library/src/paragraph/editor.scss b/packages/block-library/src/paragraph/editor.scss index 224c5b5a2941d5..7f6b8b806a3fc5 100644 --- a/packages/block-library/src/paragraph/editor.scss +++ b/packages/block-library/src/paragraph/editor.scss @@ -1,16 +1,3 @@ -// Specific to the empty paragraph placeholder: -// when shown on mobile and in nested contexts, one or more icons show up on the right. -// This padding makes sure it doesn't overlap text. -.block-editor-rich-text__editable.wp-block-paragraph:not(.is-selected) [data-rich-text-placeholder]::after { - display: inline-block; - padding-right: $icon-button-size * 3; - - // In nested contexts only one icon shows up. - .wp-block .wp-block & { - padding-right: $icon-button-size; - } -} - .block-editor-block-list__block[data-type="core/paragraph"] p { min-height: $empty-paragraph-height / 2; line-height: $editor-line-height;