Skip to content

Commit 369d786

Browse files
✨ Add cursor pointer style for buttons in base layer
1 parent 1f1e1b9 commit 369d786

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

resources/css/app.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@
2121
margin-inline: auto;
2222
}
2323

24+
@layer base {
25+
button:not(:disabled),
26+
[role='button']:not(:disabled) {
27+
cursor: pointer;
28+
}
29+
}
30+
2431
/*
2532
The default border color has changed to `currentcolor` in Tailwind CSS v4,
2633
so we've added these compatibility styles to make sure everything still

0 commit comments

Comments
 (0)