Show pointer on buttons
Used to be default for Tailwind v3, gone in v4 as per https://tailwindcss.com/docs/upgrade-guide#buttons-use-the-default-cursor
This commit is contained in:
@@ -7,6 +7,13 @@
|
|||||||
|
|
||||||
@import "tailwindcss";
|
@import "tailwindcss";
|
||||||
|
|
||||||
|
@layer base {
|
||||||
|
button:not(:disabled),
|
||||||
|
[role="button"]:not(:disabled) {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@theme {
|
@theme {
|
||||||
--color-brand: #d4af37;
|
--color-brand: #d4af37;
|
||||||
--font-sans:
|
--font-sans:
|
||||||
|
|||||||
Reference in New Issue
Block a user