Restore 'pointer' cursor on buttons
Normalize removed their opinionated cursor styling of buttons in [4.0.1](170455d6f6
). Follow-up-to:1fd3a30a59
This commit is contained in:
parent
1bd8a075d8
commit
525a2174b3
|
@ -139,3 +139,13 @@ tr {
|
||||||
ruby > rt {
|
ruby > rt {
|
||||||
font-size: 72%; // ~10px with 14px base
|
font-size: 72%; // ~10px with 14px base
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Buttons (was in normalized)
|
||||||
|
// --------------------------------------------------
|
||||||
|
|
||||||
|
button,
|
||||||
|
html input[type="button"],
|
||||||
|
input[type="reset"],
|
||||||
|
input[type="submit"] {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue