Skip to content

Commit

Permalink
Try fainter disabled state
Browse files Browse the repository at this point in the history
This changes the opacity of a disabled button to be .3 opacity from .6 previously. This fixes #3928
  • Loading branch information
Joen Asmussen committed Dec 15, 2017
1 parent e859b0f commit 861c054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/button/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}

&:disabled {
opacity: 0.6;
opacity: 0.3;
}

&:not( :disabled ) {
Expand Down

0 comments on commit 861c054

Please sign in to comment.