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 unused colour definitions #525

Merged
merged 4 commits into from
Feb 15, 2018
Merged

Commits on Feb 15, 2018

  1. Remove unused colour definitions

    None of these defined ‘applied’ colours are actually being used anywhere, so let’s remove them.
    
    The panel colour was used by the previous / next component which has been temporarily removed, but it would probably make more sense for that component to reference $govuk-grey-4 directly anyway.
    36degrees committed Feb 15, 2018
    Configuration menu
    Copy the full SHA
    239ca6d View commit details
    Browse the repository at this point in the history
  2. Restructure ‘applied’ colour settings file

    Better structure and document the applied colour settings file to make it clearer what each thing does.
    36degrees committed Feb 15, 2018
    Configuration menu
    Copy the full SHA
    b44f146 View commit details
    Browse the repository at this point in the history
  3. Rename govuk-button-colour-darken-15

    Rename govuk-button-colour-darken-15 to govuk-button-shadow-colour to better communicate how it is used, and decouple the name from the value. Currently to change the button shadow colour we would also have to change the name of the variable.
    36degrees committed Feb 15, 2018
    Configuration menu
    Copy the full SHA
    6448a42 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3415f1c View commit details
    Browse the repository at this point in the history