Skip to content

Commit 2d2ef03

Browse files
committed
Fix white links focus state
1 parent ad5138a commit 2d2ef03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/assets/stylesheets/mixins/_white-links.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
}
88

99
a:focus {
10-
@include govuk-template-link-focus-override;
10+
@include govuk-focused-text;
1111
}
1212

1313
a:active {

0 commit comments

Comments
 (0)