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:
Régis Hanol
2020-07-06 13:15:31 +02:00
committed by GitHub
parent 1bd8a075d8
commit 525a2174b3

View File

@@ -139,3 +139,13 @@ tr {
ruby > rt {
font-size: 72%; // ~10px with 14px base
}
// Buttons (was in normalized)
// --------------------------------------------------
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
cursor: pointer;
}