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

Don't use cursor: pointer for buttons by default #8962

Merged
merged 2 commits into from Jul 27, 2022

Commits on Jul 27, 2022

  1. Don't use cursor: pointer for buttons by default

    This is a pretty common expectation but as outlined in in #8961 isn't really right. We considered this a long time ago but it felt too against the grain at the time. These days though very UI-forward applications like [Linear](https://linear.app/) are using the default cursor for buttons and I think this trend will continue as more people become aware that `cursor: pointer` is meant for links.
    
    Let's update our defaults here to help nudge people in this direction and make it more common. If people want to change this in their own apps, it's just a line or two of CSS to add to their projects.
    adamwathan committed Jul 27, 2022
    Copy the full SHA
    2abbdc9 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    adamwathan committed Jul 27, 2022
    Copy the full SHA
    9ceb31b View commit details
    Browse the repository at this point in the history