Skip to content
This repository has been archived by the owner on Aug 8, 2018. It is now read-only.

Commit

Permalink
Merge pull request #31 from systemseed/quick-access-free-donation
Browse files Browse the repository at this point in the history
[#155003820]Added styles for .btn-info hover state.
  • Loading branch information
Kate authored Apr 12, 2018
2 parents 31fa98b + c9cfa5d commit e000c58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend-gifts/src/styles/sass/falcon/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
border-color: $brand-alternate;
}

&:active, &:focus {
&:hover, &:active, &:focus {
color: $btn-font-color-alt !important;
background-color: darken($btn-primary-bg, 10%) !important;
border-color: transparent;
Expand Down

0 comments on commit e000c58

Please sign in to comment.