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

Hand cursor on buttons #138

Closed
rstacruz opened this issue Jun 17, 2017 · 5 comments
Closed

Hand cursor on buttons #138

rstacruz opened this issue Jun 17, 2017 · 5 comments

Comments

@rstacruz
Copy link

Would you consider this change?

button, input[type="button"], input[type="submit"] {
  cursor: pointer;
}
@rstacruz
Copy link
Author

@nicolasparada, care to chime in on why not?

@nicolasparada
Copy link

https://medium.com/simple-human/buttons-shouldnt-have-a-hand-cursor-b11e99ca374b

@m-e-h
Copy link
Contributor

m-e-h commented Jun 21, 2017

twbs/bootstrap#21812

@sholladay
Copy link

Conceptually, I like the "hand cursor is only for non-obvious elements" mantra. And it is consistent with what operating systems do, which makes it easier to use sanitize.css as-is in a desktop app (e.g. via Electron).

That said, look at GitHub, it is using the hand cursor for everything and I like it a lot in practice.
¯\_(ツ)_/¯

@jonathantneal
Copy link
Collaborator

Going with @nicolasparada’s advice.

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

5 participants