Skip to content

Commit 7964b99

Browse files
committed
update css so inverted link colours are only white when not in focus
1 parent 5fb87a8 commit 7964b99

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

source/stylesheets/modules/_navigation.scss

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,13 @@
2828
border-bottom: 1px solid #8eb8dc;
2929
margin-bottom: govuk-spacing(2);
3030
}
31-
.govuk-service-navigation__toggle {
31+
.govuk-service-navigation__toggle:not(:focus) {
3232
color: govuk-colour('white');
3333
}
3434

35-
.govuk-service-navigation__link {
35+
.govuk-service-navigation__link:not(:focus) {
3636
color: govuk-colour('white');
3737
}
38-
39-
.govuk-service-navigation__link:active {
40-
color: govuk-colour('black');
41-
}
4238
}
4339

4440
@include govuk-media-query($from: tablet) {

0 commit comments

Comments
 (0)