Commit 328caf10 by talequale

wip

parent fda1c817
...@@ -150,13 +150,13 @@ button.card__button { ...@@ -150,13 +150,13 @@ button.card__button {
} }
.card--disabled { .card--disabled {
box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.25); box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.25);
cursor: default; cursor: default;
&:hover, &:hover,
&:active, &:active,
&:focus { &:focus {
box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.25); box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.25);
} }
} }
......
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