1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Merge pull request #877 from JustAMan/fix-checkbox

Stop checkbox showing a checkmark when unchecked
This commit is contained in:
Vasily 2020-03-03 19:51:54 +03:00 committed by GitHub
commit f094b68159
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,7 +68,8 @@
color: #fff;
}
.checkboxIcon-checked {
.checkboxIcon-checked,
.emby-checkbox-label .checkboxIcon-checked {
display: none;
}