Skip to content

Commit

Permalink
Merge pull request #4936 from alphagov/fix-skip-link-underline-global…
Browse files Browse the repository at this point in the history
…-styles

Fix skip link underline being removed when global styles are enabled
  • Loading branch information
querkmachine authored Apr 15, 2024
2 parents f444d5d + bbc74c6 commit c97b592
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 @@ -12,6 +12,7 @@ We've made fixes to GOV.UK Frontend in the following pull requests:
- [#4919: Use canvas colour for cookie banner over hardcoded grey](https://github.com/alphagov/govuk-frontend/pull/4919)
- [#4899: Remove indents from conditional reveals in radios and checkboxes](https://github.com/alphagov/govuk-frontend/pull/4899)
- [#4935: Fix password input button unexpectedly stretching](https://github.com/alphagov/govuk-frontend/pull/4935)
- [#4936: Fix skip link underline being removed when global styles are enabled](https://github.com/alphagov/govuk-frontend/pull/4936)

## GOV.UK Frontend v5.3.0 (Feature release)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@

// Undo unwanted changes when global styles are enabled
@if $govuk-global-styles {
@include govuk-link-decoration;
box-shadow: none;
}
}
Expand Down

0 comments on commit c97b592

Please sign in to comment.