Remove opinionated cursor styles on buttons

This commit is contained in:
Jonathan Neal 2016-03-26 12:56:10 -04:00
parent e24c003526
commit 170455d6f6

19
normalize.css vendored
View File

@ -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.