From 1b0758e73c2a3b5f830e52f84a985255fed155f9 Mon Sep 17 00:00:00 2001 From: Riad Benguella Date: Fri, 11 Oct 2024 08:19:08 +0200 Subject: [PATCH] Remove useless styles --- .../src/components/block-tools/style.scss | 20 ------------------- 1 file changed, 20 deletions(-) diff --git a/packages/block-editor/src/components/block-tools/style.scss b/packages/block-editor/src/components/block-tools/style.scss index bfb8b958f01ca..0791dc909d5be 100644 --- a/packages/block-editor/src/components/block-tools/style.scss +++ b/packages/block-editor/src/components/block-tools/style.scss @@ -187,23 +187,3 @@ top: 50%; left: 50%; } - -.zoom-out-toolbar { - - .block-editor-block-mover-button.block-editor-block-mover-button:focus-visible::before, - .zoom-out-toolbar-button:focus::before, - .block-editor-block-toolbar-shuffle:focus::before, - .block-selection-button_drag-handle:focus::before { - box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); - } - - .block-editor-block-mover { - background: none; - border: none; - } - - // Make the spacing consistent between controls. - .zoom-out-toolbar-button { - height: $button-size-next-default-40px; - } -}