[web] Fix cursor icon when slider is not active

When the slider is not active, the cursor changes to show that the control is not usable.
This commit is contained in:
Alain Nussbaumer 2023-06-24 10:59:45 +02:00
parent 892ce26f44
commit b01ebf6503

View File

@ -290,6 +290,7 @@ input[type='range'].slider {
@include track;
}
&.is-inactive {
cursor: not-allowed;
&::-webkit-slider-thumb {
background-color: $grey-light;
}