mirror of
https://github.com/necolas/normalize.css.git
synced 2024-12-25 15:14:19 +00:00
Merge pull request #563 from necolas/fix/544
Remove opinionated cursor styles on buttons
This commit is contained in:
commit
ab3abb6d36
19
normalize.css
vendored
19
normalize.css
vendored
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user