Skip to content

Commit

Permalink
Use box-shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
tellthemachines committed May 8, 2024
1 parent e765435 commit 4a16d3e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@

.block-editor-grid-visualizer__item {
background-color: color-mix(in srgb, currentColor 10%, transparent);
outline: $border-width solid color-mix(in srgb, currentColor 20%, transparent);
box-shadow: inset 0 0 0 $border-width color-mix(in srgb, currentColor 20%, #0000);
outline: 1px solid transparent;
border-radius: $radius-block-ui;
}

Expand Down

0 comments on commit 4a16d3e

Please sign in to comment.