Created
May 5, 2026 09:45
-
-
Save laGameTV/24be4ef9bcd31b1d21493b49d50f6c72 to your computer and use it in GitHub Desktop.
ShadCN Button Cursor Pointer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* ... */ | |
| button:not([disabled]), [role="button"]:not([disabled]) { | |
| cursor: pointer; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment