Fix: Prevented multi-select checkboxes from animating
This commit is contained in:
parent
eacbfa5ef0
commit
096be33a1d
1 changed files with 1 additions and 2 deletions
|
|
@ -1839,10 +1839,8 @@ progress+span {
|
||||||
height: 1.3em;
|
height: 1.3em;
|
||||||
width: 1.3em;
|
width: 1.3em;
|
||||||
border-radius: var(--smallerRadius);
|
border-radius: var(--smallerRadius);
|
||||||
transition: all .125s;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.itemSelectionPanel .material-icons.check:before {
|
.itemSelectionPanel .material-icons.check:before {
|
||||||
font-size: 4em;
|
font-size: 4em;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
|
|
@ -1900,6 +1898,7 @@ progress+span {
|
||||||
.checkboxOutline:not(.multiSelectCheckboxOutline) {
|
.checkboxOutline:not(.multiSelectCheckboxOutline) {
|
||||||
border: solid gray var(--borderWidth);
|
border: solid gray var(--borderWidth);
|
||||||
background-color: white;
|
background-color: white;
|
||||||
|
transition: all .125s;
|
||||||
}
|
}
|
||||||
|
|
||||||
.emby-checkbox:checked+span+.checkboxOutline:not(.multiSelectCheckboxOutline) {
|
.emby-checkbox:checked+span+.checkboxOutline:not(.multiSelectCheckboxOutline) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue