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
+2 -1
View File
@@ -68,7 +68,8 @@
color: #fff;
}
.checkboxIcon-checked {
.checkboxIcon-checked,
.emby-checkbox-label .checkboxIcon-checked {
display: none;
}