From 240ccb27ca6a09e4dbe58e34507e67f2f2ca8aae Mon Sep 17 00:00:00 2001 From: jasmussen Date: Wed, 5 Oct 2022 14:08:47 +0200 Subject: [PATCH] Multi-select: Fix 1px indent. --- .../block-editor/src/components/block-list/style.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/block-editor/src/components/block-list/style.scss b/packages/block-editor/src/components/block-list/style.scss index e424778112b47e..15c0a28bcb4ffc 100644 --- a/packages/block-editor/src/components/block-list/style.scss +++ b/packages/block-editor/src/components/block-list/style.scss @@ -48,10 +48,10 @@ position: absolute; z-index: 1; pointer-events: none; - top: $border-width; - right: $border-width; - bottom: $border-width; - left: $border-width; + top: 0; + right: 0; + bottom: 0; + left: 0; background: var(--wp-admin-theme-color); opacity: 0.4;