more consistent disabled button style

This commit is contained in:
gabrielburnworth 2018-03-10 02:02:30 -08:00
parent 1010bc71d9
commit 1fe94d7274

View file

@ -13,6 +13,7 @@
&.disabled,
&:disabled {
background: $gray !important;
color: $off_white !important;
box-shadow: 0 2px 0px 0px lighten($gray, 5%) !important;
pointer-events: none !important;
cursor: not-allowed !important;