Set cursor: pointer; for input[type=file] (#1711)

* Set `cursor: pointer;` for `input[type=file]`

* Update CHANGELOG.md
This commit is contained in:
Roman Kelesidis 2024-12-13 18:00:30 +07:00 committed by GitHub
commit ea1e533a5a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -561,6 +561,7 @@ a.postLink-name, a.postLink-name:visited {
input[type=button],
input[type=submit],
input[type=reset],
input[type=file],
button {
cursor: pointer;
}