Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider removing "cursor: pointer". #765

Open
danielck opened this issue Aug 21, 2023 · 0 comments
Open

Consider removing "cursor: pointer". #765

danielck opened this issue Aug 21, 2023 · 0 comments

Comments

@danielck
Copy link
Contributor

The Problem

The hand cursor (cursor: pointer) is intended to communicate that the control in question is a link. Currently the hand cursor is used in most, if not all, interactive components in the library. This goes against the CSS spec and most UI guidelines. Most importantly, there is very little evidence that using a hand cursor would be beneficial.

Proposed Solution

Remove cursor: pointer everywhere except in the case of non-native links, unless there is clear user testing based evidence to support going against the standard behaviour.

Additional Info

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant