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 {
cursor: default;
opacity: 0.8;
cursor: not-allowed;
}
& span {
@ -57,8 +56,7 @@
&:disabled,
&.disabled {
cursor: default;
opacity: 0.8;
cursor: not-allowed;
}
&.restore {