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

Commit

Permalink
[#155003820]Added styles for .btn-info hover state.
Browse files Browse the repository at this point in the history
  • Loading branch information
otarza committed Apr 12, 2018
1 parent b6b12a4 commit c9cfa5d
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 c9cfa5d

Please sign in to comment.