diff --git a/assets/stylesheets/_z-index.scss b/assets/stylesheets/_z-index.scss index 87d07dd6c87051..b494e9f6fdc500 100644 --- a/assets/stylesheets/_z-index.scss +++ b/assets/stylesheets/_z-index.scss @@ -5,7 +5,6 @@ $z-layers: ( ".editor-block-list__block-edit::before": 0, ".editor-block-switcher__arrow": 1, - ".editor-block-list__block .wp-block-more::before": -1, ".editor-block-list__block {core/image aligned left or right}": 20, ".editor-block-list__block {core/image aligned wide or fullwide}": 20, ".block-library-classic__toolbar": 10, diff --git a/packages/block-library/src/more/editor.scss b/packages/block-library/src/more/editor.scss index c89f3b94fe8e44..003c142f252bce 100644 --- a/packages/block-library/src/more/editor.scss +++ b/packages/block-library/src/more/editor.scss @@ -10,6 +10,7 @@ // Label input[type="text"] { + position: relative; font-size: $default-font-size; text-transform: uppercase; font-weight: 600; @@ -38,6 +39,5 @@ left: 0; right: 0; border-top: 3px dashed $light-gray-700; - z-index: z-index(".editor-block-list__block .wp-block-more::before"); } } diff --git a/packages/block-library/src/nextpage/editor.scss b/packages/block-library/src/nextpage/editor.scss index 0914b06af3bbbf..e10f3480c3a6f6 100644 --- a/packages/block-library/src/nextpage/editor.scss +++ b/packages/block-library/src/nextpage/editor.scss @@ -30,6 +30,5 @@ left: 0; right: 0; border-top: 3px dashed $light-gray-700; - z-index: z-index(".editor-block-list__block .wp-block-more::before"); } }