mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
Fix: Prevented multi-select checkboxes from animating
This commit is contained in:
@@ -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) {
|
||||||
|
Reference in New Issue
Block a user