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:
commit
f094b68159
1 changed files with 2 additions and 1 deletions
|
@ -68,7 +68,8 @@
|
|||
color: #fff;
|
||||
}
|
||||
|
||||
.checkboxIcon-checked {
|
||||
.checkboxIcon-checked,
|
||||
.emby-checkbox-label .checkboxIcon-checked {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue