style: remove opacity effect on disabled

This commit is contained in:
MAZE 2023-10-11 20:54:03 +03:30
parent 5bd1dd3016
commit 4266557366

View file

@ -27,8 +27,7 @@
&:disabled, &:disabled,
&.disabled { &.disabled {
cursor: default; cursor: not-allowed;
opacity: 0.8;
} }
& span { & span {
@ -57,8 +56,7 @@
&:disabled, &:disabled,
&.disabled { &.disabled {
cursor: default; cursor: not-allowed;
opacity: 0.8;
} }
&.restore { &.restore {