Add cursor pointer style for buttons

Added cursor pointer style for buttons and roles.
This commit is contained in:
Jordan B
2026-07-22 08:01:02 +02:00
committed by GitHub
parent cbec72ed80
commit f2148040a3

View File

@@ -269,6 +269,12 @@
@apply bg-background text-foreground;
}
/* Cursor pointer on buttons */
button:not([disabled]),
[role="button"]:not([disabled]) {
cursor: pointer;
}
/* Custom scrollbar styling */
::-webkit-scrollbar {
width: 0.3125rem;