From b394505e208eab17bf7bd81f327587b0628cbf3f Mon Sep 17 00:00:00 2001 From: Oliver Byford Date: Wed, 17 Nov 2021 17:01:53 +0000 Subject: [PATCH 1/2] Remove border from last item in header menu --- src/govuk/components/header/_index.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/govuk/components/header/_index.scss b/src/govuk/components/header/_index.scss index bb4ecd6804..67ac75469b 100644 --- a/src/govuk/components/header/_index.scss +++ b/src/govuk/components/header/_index.scss @@ -283,6 +283,7 @@ .govuk-header__navigation-item:last-child { margin-right: 0; + border-bottom: 0; } @include govuk-media-query($media-type: print) { From a3ce360046850e38603bce20c537b9b0426cb31d Mon Sep 17 00:00:00 2001 From: Oliver Byford Date: Wed, 1 Dec 2021 11:19:47 +0000 Subject: [PATCH 2/2] Document in CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb61204907..9ef9af36b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)