Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-enable complete hover link styles on the footer #3306

Merged
merged 1 commit into from
Feb 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
We’ve made fixes to GOV.UK Frontend in the following pull requests:

- [#3272: Add empty alt attribute to logo IE8 fallback PNG](https://github.com/alphagov/govuk-frontend/pull/3272)
- [#3306: Re-enable complete hover link styles on the footer](https://github.com/alphagov/govuk-frontend/pull/3306)

## 4.5.0 (Feature release)

Expand Down
7 changes: 0 additions & 7 deletions src/govuk/components/footer/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -162,13 +162,6 @@
padding: 0;
list-style: none;
column-gap: $govuk-gutter; // Support: Columns

// Disable thicker underlines on hover because of a bug in Chromium
// affecting links within columns
// https://bugs.chromium.org/p/chromium/issues/detail?id=1190987
.govuk-footer__link:hover {
text-decoration-thickness: auto;
}
}

@include govuk-media-query ($from: desktop) {
Expand Down