From 62d299328a0b9613203f055383835fdbc5d079b9 Mon Sep 17 00:00:00 2001 From: Oliver Byford Date: Mon, 19 Apr 2021 11:53:30 +0100 Subject: [PATCH 1/2] Add underline to crown copyright link in footer To be consistent with all of the other links in the footer. --- src/govuk/components/footer/_index.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/src/govuk/components/footer/_index.scss b/src/govuk/components/footer/_index.scss index d5e6c1ea72..73b1e27764 100644 --- a/src/govuk/components/footer/_index.scss +++ b/src/govuk/components/footer/_index.scss @@ -124,7 +124,6 @@ background-position: 50% 0%; background-size: $govuk-footer-crest-image-width $govuk-footer-crest-image-height; text-align: center; - text-decoration: none; white-space: nowrap; } From a3cc2d4cf1001687b2504b64db80a8ee06f5a090 Mon Sep 17 00:00:00 2001 From: Oliver Byford Date: Fri, 30 Apr 2021 11:51:41 +0100 Subject: [PATCH 2/2] Add to CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 814723dd85..c322c3917c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ This was added in [pull request #2164: Enable cookie banner to set link styled a - [#2192: Add data-nosnippet to prevent cookie banner text appearing in Google Search snippets](https://github.com/alphagov/govuk-frontend/pull/2192) - [#2201: Set -webkit-appearance: button on file upload so text is aligned in Safari](https://github.com/alphagov/govuk-frontend/pull/2201) - [#2205: Stop file upload component 'jumping' on focus](https://github.com/alphagov/govuk-frontend/pull/2205) +- [#2212: Add underline to crown copyright link in footer](https://github.com/alphagov/govuk-frontend/pull/2212) ## 3.11.0 (Feature release)