File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 9
9
}
10
10
11
11
.app-header__navigation-item--current {
12
- box-shadow : inset 0 ($nhsuk-focus-width * -1 ) $nhsuk-border-color ;
12
+ .nhsuk-header__navigation-link {
13
+ border-bottom-color : $nhsuk-border-color ;
14
+ }
15
+
13
16
.nhsuk-header__drop-down & {
14
17
box-shadow : inset $nhsuk-focus-width 0 $nhsuk-link-color ;
18
+
19
+ .nhsuk-header__navigation-link {
20
+ border-bottom-color : transparent ;
21
+ }
15
22
}
16
23
}
24
+
17
25
.app-header__navigation-item--with-count {
18
26
.app-count {
19
27
@include nhsuk-font (14 , $line-height : 1 );
Original file line number Diff line number Diff line change 1
1
// `$nhsuk-page-width` isn’t globally editable, so need to apply manually
2
2
.app-signed-in {
3
3
.nhsuk-width-container ,
4
- .nhsuk-header__navigation-list ,
5
- .nhsuk-header__container {
4
+ .nhsuk-header__container ,
5
+ .nhsuk-navigation {
6
6
max-width : $app-page-width ;
7
7
8
8
@include govuk-media-query ($from : desktop) {
You can’t perform that action at this time.
0 commit comments