Skip to content

Commit

Permalink
No grey border on related nav for first section
Browse files Browse the repository at this point in the history
Otherwise there's a blue border and a grey border showing together
  • Loading branch information
fofr committed Jun 1, 2022
1 parent 3cd2d1e commit bdf6c70
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@
.x-govuk-related-navigation__nav-section {
border-top: 1px solid govuk-colour("mid-grey");
margin-bottom: govuk-spacing(6);

&:first-child {
border-top: none;
}
}

.x-govuk-related-navigation__link-list {
Expand Down

0 comments on commit bdf6c70

Please sign in to comment.