kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
fix(ui): add light theme for mozilla in slider
rodzic
2ad7b24396
commit
788cc73135
|
@ -172,8 +172,10 @@ onMounted(() => {
|
|||
pointer-events: none;
|
||||
}
|
||||
input[type="range"]::-moz-range-track {
|
||||
background: var(--fw-gray-800);
|
||||
border-radius: 8px;
|
||||
@include light-theme {
|
||||
background: var(--fw-gray-400);
|
||||
}
|
||||
}
|
||||
.pin {
|
||||
border-radius: 8px;
|
||||
|
|
Ładowanie…
Reference in New Issue