Merge pull request #563 from necolas/fix/544

Remove opinionated cursor styles on buttons
This commit is contained in:
Jonathan Neal 2016-03-29 22:07:11 -04:00
commit ab3abb6d36

19
normalize.css vendored
View File

@ -290,25 +290,6 @@ select { /* 1 */
text-transform: none; 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` * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
* controls in Android 4. * controls in Android 4.