Skip to content

Commit

Permalink
Drop cursor pointer for button role
Browse files Browse the repository at this point in the history
  • Loading branch information
flexbox committed Sep 9, 2015
1 parent a91d267 commit 6106730
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions scss/_reboot.scss
Original file line number Diff line number Diff line change
Expand Up @@ -194,17 +194,6 @@ img {
}


// iOS "clickable elements" fix for role="button"
//
// Fixes "clickability" issue (and more generally, the firing of events such as focus as well)
// for traditionally non-focusable elements with role="button"
// see https://developer.mozilla.org/en-US/docs/Web/Events/click#Safari_Mobile
// Upstream patch for normalize.css submitted: https://github.com/necolas/normalize.css/pull/379 - remove this fix once that is merged

[role="button"] {
cursor: pointer;
}


//
// Tables
Expand Down

0 comments on commit 6106730

Please sign in to comment.