Skip to content

Commit

Permalink
fix: remove underline in hover and set color
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro-Souza committed Mar 31, 2019
1 parent b7b978b commit 4542e0d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scss/elements/buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@

&:hover,
&:focus {
color: inherit;
text-decoration: none;
background-color: $hover-background;

&::after {
Expand Down

0 comments on commit 4542e0d

Please sign in to comment.