mirror of
https://github.com/discourse/discourse.git
synced 2025-03-03 17:59:20 +00:00
Restore 'pointer' cursor on buttons
Normalize removed their opinionated cursor styling of buttons in [4.0.1](170455d6f6
).
Follow-up-to: 1fd3a30a597f1e5973266489e32482ddba446e48
This commit is contained in:
parent
1bd8a075d8
commit
525a2174b3
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user