Skip to content

Commit

Permalink
fix(button): remove hover effect on disabled (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamraider authored Mar 25, 2019
1 parent 364ecf7 commit 15d1ea0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/components/button/_button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@
}

&[disabled] {
background-color: transparent;
color: rgba($ray-color-blue-50, 0.4);
}
}
Expand Down

0 comments on commit 15d1ea0

Please sign in to comment.