Skip to content

Commit

Permalink
Primary navigation: Add bottom shadow to current item
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrobertlloyd committed Dec 18, 2023
1 parent 2e27f19 commit 6767ae7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@

.x-govuk-primary-navigation__item--current {
border-bottom: $govuk-border-width-narrow solid $govuk-link-colour;
box-shadow: 0 1px 0 0 govuk-shade($govuk-link-colour, 33%);

&:hover {
border-bottom-color: $govuk-link-hover-colour;
Expand Down

0 comments on commit 6767ae7

Please sign in to comment.