Why the cursor property on a button is default? #5787
Unanswered
elVengador
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Check out this section of the FAQ https://github.com/adobe/react-spectrum/wiki/Frequently-Asked-Questions-(FAQs)#why-dont-buttons-use-a-pointer-cursor Also, Spectrum guidelines specify that the default cursor should be used for buttons, unless they are semantically links: https://spectrum.adobe.com/page/button/#Cursor-direction |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I noticed that the cursor property on a button is set to default. What is its purpose? I checked buttons on other websites, and they all have
cursor: pointer
applied.Screen.Recording.2024-01-31.at.19.37.23.mov
Beta Was this translation helpful? Give feedback.
All reactions