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

Add cursor: pointer; to [role="button"] to fix #371 #379

Closed
wants to merge 1 commit into from
Closed

Add cursor: pointer; to [role="button"] to fix #371 #379

wants to merge 1 commit into from

Commits on Oct 21, 2014

  1. Add cursor: pointer; to [role="button"] to fix #371

    * Address cursor inconsistency between `button` and `[role="button"]`
    * Work around Safari element clickability issue, at least for
      button-ish widgets with `[role="button"]`. Such widgets should have
      the role for proper accessibility anyway. See also
      https://developer.mozilla.org/en-US/docs/Web/Events/click#Safari_Mobile
    cvrebert committed Oct 21, 2014
    Configuration menu
    Copy the full SHA
    37c0d16 View commit details
    Browse the repository at this point in the history