mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-24 10:40:07 +08:00
style(tailwind): add cursor pointer for non-disabled buttons
This commit is contained in:
parent
1b67b851b7
commit
c4fa975b89
@ -73,6 +73,13 @@
|
||||
}
|
||||
}
|
||||
|
||||
@layer base {
|
||||
button:not(:disabled),
|
||||
[role="button"]:not(:disabled) {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
:root {
|
||||
background-color: unset;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user