Skip to content

Commit 9c56287

Browse files
[PRMP-1237] Underline nav bar links in the nav bar
1 parent f87cbc5 commit 9c56287

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

app/src/styles/App.scss

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -678,9 +678,16 @@ $hunit: '%';
678678
}
679679

680680
&_item {
681-
a,
682-
a:hover {
681+
682+
a {
683683
color: $color_nhsuk-white;
684+
text-decoration: underline;
685+
text-decoration-color: $color_nhsuk-white;
686+
text-underline-offset: 2px;
687+
}
688+
689+
a:hover {
690+
text-decoration: none;
684691
}
685692

686693
a:visited {
@@ -690,7 +697,9 @@ $hunit: '%';
690697
&--desktop {
691698
margin: 0 2rem;
692699
}
700+
693701
}
702+
694703
}
695704

696705
// Generic

0 commit comments

Comments
 (0)