mirror of
https://github.com/necolas/normalize.css.git
synced 2024-12-25 15:14:19 +00:00
Fix cursor style for disabled button input
The Android 4.0.* work around - `html input[type="button"]` - requires the addition of `html` to the selector for disabled inputs, otherwise disabled button inputs still have the `pointer` cursor.
This commit is contained in:
parent
70c34af15b
commit
5399ff9c0e
2
normalize.css
vendored
2
normalize.css
vendored
@ -302,7 +302,7 @@ input[type="submit"] {
|
||||
*/
|
||||
|
||||
button[disabled],
|
||||
input[disabled] {
|
||||
html input[disabled] {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user