Skip to content

Commit 0243337

Browse files
Yves GatesoupeYves Gatesoupe
authored andcommitted
fix(core): link focus state
use brand color for focused links
1 parent a9a9dc6 commit 0243337

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scss/_orange-css.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ div.active:focus {
77
}
88

99
a:focus {
10+
color: theme-color("primary");
1011
outline: dotted 1px;
1112
}
1213

0 commit comments

Comments
 (0)