fix: add cursor pointer style to non disabled buttons
This commit is contained in:
parent
2162ba15fe
commit
3b3447c42c
@ -154,4 +154,8 @@
|
||||
body {
|
||||
@apply bg-background text-foreground;
|
||||
}
|
||||
button:not([disabled]),
|
||||
[role="button"]:not([disabled]) {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user