Skip to content

Commit

Permalink
Merge pull request #2448 from alphagov/header-navigation-bottom-border
Browse files Browse the repository at this point in the history
Remove the border from the last item in the collapsible navigation menu in the header
  • Loading branch information
36degrees committed Dec 1, 2021
2 parents 922c663 + a3ce360 commit 7fce84c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ We’ve made fixes to GOV.UK Frontend in the following pull requests:
- [#2426: Rename exported JavaScript modules to include component name](https://github.com/alphagov/govuk-frontend/pull/2426)
- [#2434: Add brand colour for Department for Levelling Up, Housing and Communities (DLUHC)](https://github.com/alphagov/govuk-frontend/pull/2434)
- [#2447: Remove bottom margin from navigation on tablets](https://github.com/alphagov/govuk-frontend/pull/2447)
- [#2448: Remove the border from the last item in the collapsible navigation menu in the header](https://github.com/alphagov/govuk-frontend/pull/2448)

## 3.14.0 (Feature release)

Expand Down
1 change: 1 addition & 0 deletions src/govuk/components/header/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@

.govuk-header__navigation-item:last-child {
margin-right: 0;
border-bottom: 0;
}

@include govuk-media-query($media-type: print) {
Expand Down

0 comments on commit 7fce84c

Please sign in to comment.