We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fb87a8 commit 7964b99Copy full SHA for 7964b99
1 file changed
source/stylesheets/modules/_navigation.scss
@@ -28,17 +28,13 @@
28
border-bottom: 1px solid #8eb8dc;
29
margin-bottom: govuk-spacing(2);
30
}
31
- .govuk-service-navigation__toggle {
+ .govuk-service-navigation__toggle:not(:focus) {
32
color: govuk-colour('white');
33
34
35
- .govuk-service-navigation__link {
+ .govuk-service-navigation__link:not(:focus) {
36
37
38
-
39
- .govuk-service-navigation__link:active {
40
- color: govuk-colour('black');
41
- }
42
43
44
@include govuk-media-query($from: tablet) {
0 commit comments