Solutionunvalidated
Add cursor styling back via your own CSS, preferably in `@layer base` (e.g., set `button { cursor: pointer; }` and handle `[disabled]`), or manually apply `cursor-pointer` where needed.
f629b799-3e1c-46bd-9477-11c8648b81d1
Add cursor styling back via your own CSS, preferably in @layer base (e.g., set button { cursor: pointer; } and handle [disabled]), or manually apply cursor-pointer where needed.