Josh Köter

Results 1 comments of Josh Köter

@aow3xm thanks for sharing that snippet. I would add this to ensure you don't get pointers on disabled buttons: ```CSS @layer base { button:not([disabled]), [role="button"]:not([disabled]) { cursor: pointer; } }...