Skip to content

Commit a5560ba

Browse files
committed
Removes active nav bottom border indicator
1 parent a53ea1f commit a5560ba

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

DigitalLearningSolutions.Web/Styles/layout.scss

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,8 @@ footer {
3232
}
3333

3434
.nhsuk-header__navigation-item.selected {
35-
@include mq($from: large-desktop) {
36-
box-shadow: inset 0 -4px 0 #d8dde0;
37-
}
38-
39-
@include mq($until: large-desktop) {
40-
a {
41-
font-weight: bold;
42-
}
35+
a {
36+
font-weight: bold;
4337
}
4438
}
4539

0 commit comments

Comments
 (0)