Skip to content

Commit

Permalink
Bump mobile nav current idem indicator to 6px
Browse files Browse the repository at this point in the history
  • Loading branch information
frankieroberto committed Dec 18, 2024
1 parent 96bd854 commit 3dc45ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/header/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@
// already a grey border on the top, and using 2 different colour borders
// creates an awkward diagonal line where they meet.
.nhsuk-header__navigation-item--current {
box-shadow: inset nhsuk-spacing(2) 0 $color_nhsuk-blue;
box-shadow: inset 6px 0 $color_nhsuk-blue;
}
}

Expand Down

0 comments on commit 3dc45ab

Please sign in to comment.