Skip to content

Commit

Permalink
Fixed a small bug that caused unexpected hover behaviour on btn-secon…
Browse files Browse the repository at this point in the history
…dary
  • Loading branch information
jordykommeren committed Feb 8, 2019
1 parent 7b5d427 commit a122144
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/scss/boilerplate/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -200,9 +200,9 @@ $button-secondary-color: $color-boilerplate-blue !default;
$button-secondary-text-transform: $button-default-text-transform !default;

/* Button secondary hover states */
$button-secondary-hover-background-color: black !default;
$button-secondary-hover-border: red !default;
$button-secondary-hover-color: red !default;
$button-secondary-hover-background-color: #dadada !default;
$button-secondary-hover-border: 1px solid #2a2a2a !default;
$button-secondary-hover-color: #000 !default;

/*
* Swatches
Expand Down

0 comments on commit a122144

Please sign in to comment.