Skip to content

Commit

Permalink
Primary navigation: Remove visible bottom border
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrobertlloyd committed Dec 19, 2023
1 parent fd08d05 commit 9ab5cf1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
.x-govuk-primary-navigation {
@include govuk-font(19, $weight: bold);
background-color: govuk-colour("light-grey");
border-bottom: 1px solid $govuk-border-colour;
border-bottom: 1px solid transparent;
margin-bottom: -1px;
}

.govuk-phase-banner + .x-govuk-primary-navigation {
Expand Down

0 comments on commit 9ab5cf1

Please sign in to comment.