Skip to content

Commit

Permalink
Fix glitchy focus style.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmussen committed Jun 23, 2021
1 parent 84275c7 commit a8904f9
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 a8904f9

Please sign in to comment.