Skip to content

Commit

Permalink
Styles: Use the currentColor for focus outline
Browse files Browse the repository at this point in the history
Fixes #135
  • Loading branch information
ryelle committed Jun 18, 2024
1 parent a704392 commit beb1799
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
:where(main) button:where(:not([class*="wp-block-button"])):focus {
outline: none;
border-radius: 2px;
box-shadow: 0 0 0 1.5px var(--wp--custom--link--color--text);
box-shadow: 0 0 0 1.5px currentColor;
}

/* Keep the border radius on grid items focus. */
Expand Down

0 comments on commit beb1799

Please sign in to comment.