Skip to content

Commit

Permalink
Multi-select: Fix 1px indent. (#44709)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmussen authored Oct 5, 2022
1 parent 15e613e commit 37c1e55
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/block-editor/src/components/block-list/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 37c1e55

Please sign in to comment.