Merge pull request #4890 from SteadEXE/canary

fix(ui): add cursor pointer style for buttons
This commit is contained in:
Mauricio Siu
2026-07-22 00:12:53 -06:00
committed by GitHub

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;