-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Closed
Description
What version of Tailwind CSS are you using?
3.1.6
What build tool (or framework if it abstracts the build tool) are you using?
Vite 3.0.0 (rollup)
What version of Node.js are you using?
v16.13.0
What browser are you using?
Chrome
What operating system are you using?
macOS
Reproduction URL
https://stackblitz.com/edit/react-tailwind-qds1vc?file=index.js
Describe your issue
While it's common to give <button>
s cursor: pointer;
, this is an anti-pattern. The CSS spec establishes that cursor: pointer
indicates an element is a link.
This article has some additional justification for this. I understand many users will want to override this behavior back to the common misuse of cursor: pointer;
, but Tailwind should be correct by default.
VladSez, ccchapman, diegohaz, james01, vonflocken and 7 morebrunobely, penilson01, sunchayn, ITSYV, nickpapoutsis and 23 moreo-be-one
Metadata
Metadata
Assignees
Labels
No labels