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

Remove new link styles feature flag #3600

Merged
merged 2 commits into from
May 11, 2023
Merged

Commits on May 10, 2023

  1. Remove new link styles feature flag

    All of the CSS within the block guarded by the new link styles flag is also guarded by the other settings.
    
    This means we can remove the flag as users can still disable the new link styles by setting:
    
    ```
    $govuk-link-underline-offset: false;
    $govuk-link-underline-thickness: false;
    $govuk-link-hover-underline-thickness: false;
    ```
    36degrees committed May 10, 2023
    Configuration menu
    Copy the full SHA
    77d7866 View commit details
    Browse the repository at this point in the history
  2. Add PR to CHANGELOG

    36degrees committed May 10, 2023
    Configuration menu
    Copy the full SHA
    7798cfa View commit details
    Browse the repository at this point in the history