Skip to content

Commit

Permalink
prevent disabled button color change on hover
Browse files Browse the repository at this point in the history
  • Loading branch information
rvenis committed Feb 27, 2018
1 parent 3d8aa70 commit dd9000c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/button/button.css
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@
&:active {
text-decoration: none;
cursor: auto;
color: #999999;
}

&:focus {
Expand Down

0 comments on commit dd9000c

Please sign in to comment.