mirror of
https://github.com/remvze/moodist.git
synced 2026-02-28 09:03:12 +08:00
fix: fix button disabled and reset to 0
This commit is contained in:
@@ -26,4 +26,9 @@
|
||||
&.smallIcon {
|
||||
font-size: var(--font-xsm);
|
||||
}
|
||||
|
||||
&:disabled {
|
||||
cursor: not-allowed;
|
||||
opacity: 0.4;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user