Skip to content

Commit 603511e

Browse files
committed
Update focus outline to white
1 parent 40bec33 commit 603511e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/tools/_links.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757

5858
&:focus {
5959
color: $color_ofh-white;
60-
outline: $ofh-focus-width solid transparent;
60+
outline: $ofh-focus-width solid $color_ofh-white;
6161
outline-offset: $ofh-focus-width;
6262
text-decoration: none;
6363
}

0 commit comments

Comments
 (0)