simplify scss for disabled button

pull/456/head
sachaaaaa 6 years ago
parent 3a78f47cd7
commit 7b262561a5

@ -715,12 +715,9 @@ $loading-height: 16px;
background: $color-loki-green-gradient; background: $color-loki-green-gradient;
border-radius: 100px; border-radius: 100px;
&[disabled='disabled'] { &:disabled, &:disabled:hover {
&, background: $color-loki-dark-gray;
&:hover { cursor: default;
background: $color-loki-dark-gray;
cursor: default;
}
} }
} }

Loading…
Cancel
Save