Skip to content

Commit

Permalink
Fix glitchy focus style. (#32927)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmussen authored Jun 24, 2021
1 parent 0dac4e2 commit 2ba7b67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-editor/src/components/block-list/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
&.is-navigate-mode .block-editor-block-list__block.is-selected::after,
& .is-block-moving-mode.block-editor-block-list__block.has-child-selected {
box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
outline: var(--wp-admin-border-width-focus) solid transparent;
outline: 2px solid transparent;
}

& .is-block-moving-mode.block-editor-block-list__block.is-selected {
Expand Down

0 comments on commit 2ba7b67

Please sign in to comment.