Skip to content

Commit

Permalink
Remove reduced opacity on disabled button (#335)
Browse files Browse the repository at this point in the history
  • Loading branch information
clwiseman authored Nov 17, 2020
1 parent 346a1c9 commit ec53a16
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/_button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ $button-ease-out-sine: cubic-bezier(0, 0.5, 0.5, 1);
border: 1px solid color.$color-utilitiesGray;
box-shadow: none;
cursor: not-allowed;
opacity: 0.8;

&:focus,
&:hover {
Expand Down

1 comment on commit ec53a16

@vercel
Copy link

@vercel vercel bot commented on ec53a16 Nov 17, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.