Skip to content

Commit

Permalink
Merge pull request #406 from alphagov/add-button-hover-colour
Browse files Browse the repository at this point in the history
Add button hover colour
  • Loading branch information
joelanman authored Jan 18, 2018
2 parents 70f800a + 16442b6 commit eaaac55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/button/_button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@

&:hover,
&:focus {
background-color: darken($govuk-button-colour, 5%);
background-color: $govuk-button-hover-colour;
}

&:active {
Expand Down
1 change: 1 addition & 0 deletions src/globals/scss/settings/_colours-applied.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ $govuk-link-active-colour: $govuk-light-blue;
$govuk-link-hover-colour: $govuk-light-blue;
$govuk-link-visited-colour: #4c2c92;
$govuk-button-colour: #00823b;
$govuk-button-hover-colour: darken($govuk-button-colour, 5%);
$govuk-button-colour-darken-15: darken($govuk-button-colour, 15%);
$govuk-focus-colour: $govuk-yellow;
$govuk-text-colour: $govuk-black; // Standard text colour
Expand Down

0 comments on commit eaaac55

Please sign in to comment.