Commit 81b6d757 by Tom Giannattasio Committed by Calen Pennington

tweaked disabled button

parent bfb5f333
...@@ -17,10 +17,10 @@ ...@@ -17,10 +17,10 @@
@include transition(background-color .15s, box-shadow .15s); @include transition(background-color .15s, box-shadow .15s);
&.disabled { &.disabled {
border: 1px solid $darkGrey !important; border: 1px solid $lightGrey !important;
border-radius: 3px !important; border-radius: 3px !important;
background: $lightGrey !important; background: $lightGrey !important;
color: #fff !important; color: $darkGrey !important;
pointer-events: none; pointer-events: none;
cursor: none; cursor: none;
&:hover { &:hover {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment