This commit is contained in:
vapormusic 2021-12-21 10:00:52 +07:00
commit cd07977c95

View file

@ -1518,9 +1518,6 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
color: rgba(200, 200, 200, 0.8);
margin: 2px;
border-radius: 3px;
&:hover {
background: var(--selected);
}
&:active {
background: var(--selected-click);
}
@ -1528,6 +1525,13 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
width: 8px;
pointer-events: none;
}
&:hover {
background: var(--selected);
>svg {
color: rgba(200, 200, 200, 1.0);
}
}
}
}