style(tailwind): add cursor pointer for non-disabled buttons
This commit is contained in:
@@ -73,6 +73,13 @@
|
||||
}
|
||||
}
|
||||
|
||||
@layer base {
|
||||
button:not(:disabled),
|
||||
[role="button"]:not(:disabled) {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
:root {
|
||||
background-color: unset;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user