Fix: Prevented multi-select checkboxes from animating

This commit is contained in:
lscambo13
2025-07-29 16:08:15 +05:30
parent eacbfa5ef0
commit 096be33a1d

View File

@@ -1839,10 +1839,8 @@ progress+span {
height: 1.3em;
width: 1.3em;
border-radius: var(--smallerRadius);
transition: all .125s;
}
.itemSelectionPanel .material-icons.check:before {
font-size: 4em;
color: #ffffff;
@@ -1900,6 +1898,7 @@ progress+span {
.checkboxOutline:not(.multiSelectCheckboxOutline) {
border: solid gray var(--borderWidth);
background-color: white;
transition: all .125s;
}
.emby-checkbox:checked+span+.checkboxOutline:not(.multiSelectCheckboxOutline) {