Skip to content

Commit 42bf94f

Browse files
authored
Merge pull request #875 from alphagov/pp-14263-fix-sub-nav-underline-bug
PP-14263 Fix sub nav links underline bug
2 parents 9ad10c6 + 5cbcbf4 commit 42bf94f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

source/stylesheets/modules/_sub-navigation.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@
1919
text-decoration: none;
2020
}
2121

22-
a:hover,
23-
a:active {
22+
a:hover:not(:focus) {
2423
text-decoration: underline;
2524
}
2625

0 commit comments

Comments
 (0)