Skip to content

Commit

Permalink
Document in CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
36degrees committed May 10, 2023
1 parent fbd69b5 commit 5aff848
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,17 @@ You can now style buttons on dark backgrounds to have a white background colour

This change was made in [pull request #3556: Add inverse button styles](https://github.com/alphagov/govuk-frontend/pull/3556).

#### New link styles are now enabled by default

In GOV.UK Frontend v3.12.0 we introduced new link styles which:

- have underlines that are consistently thinner and a bit further away from the link text
- have a clearer hover state, where the underline gets thicker to make the link stand out to users

The new link styles are now enabled by default. If you are setting `$govuk-new-link-styles` to `true` in your Sass you can now remove this.

This change was made in [pull request #3599: Enable new link styles by default](https://github.com/alphagov/govuk-frontend/pull/3599).

### Breaking changes

#### Check that disabled buttons work as expected
Expand Down

0 comments on commit 5aff848

Please sign in to comment.