Skip to content

Commit dd8c2d7

Browse files
committed
add outline-color to button-reset mixin
to ensure that the focus outline is always visible when navigating using the keyboard
1 parent 741d356 commit dd8c2d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/mdx/src/utils/mixins.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@
88
padding: 0;
99
border: none;
1010
font-size: inherit;
11+
outline-color: currentColor;
1112
}

0 commit comments

Comments
 (0)