Skip to content

Commit

Permalink
Merge pull request #563 from necolas/fix/544
Browse files Browse the repository at this point in the history
Remove opinionated cursor styles on buttons
  • Loading branch information
Jonathan Neal committed Mar 30, 2016
2 parents 49a7a7d + 170455d commit ab3abb6
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions normalize.css
Original file line number Diff line number Diff line change
Expand Up @@ -290,25 +290,6 @@ select { /* 1 */
text-transform: none;
}

/**
* Change the cursor in all browsers (opinionated).
*/

button,
[type="button"],
[type="reset"],
[type="submit"] {
cursor: pointer;
}

/**
* Restore the default cursor to disabled elements unset by the previous rule.
*/

[disabled] {
cursor: default;
}

/**
* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
* controls in Android 4.
Expand Down

0 comments on commit ab3abb6

Please sign in to comment.