normalize
Version:
Stylus porting of normalize.css
16 lines (14 loc) • 569 B
text/stylus
// 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
// and `video` controls.
// 2. Corrects inability to style clickable `input` types in iOS.
// 3. Improves usability and consistency of cursor style between image-type
// `input` and others.
// 4. Removes inner spacing in IE7 without affecting normal text inputs.
// Known issue: inner spacing remains in IE6.
button,
html input[type="button"], // 1
input[type="reset"],
input[type="submit"]
-webkit-appearance: button // 2
cursor: pointer // 3
*overflow: visible // 4