mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-07 21:03:00 -05:00
[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:
@@ -290,6 +290,7 @@ input[type='range'].slider {
|
||||
@include track;
|
||||
}
|
||||
&.is-inactive {
|
||||
cursor: not-allowed;
|
||||
&::-webkit-slider-thumb {
|
||||
background-color: $grey-light;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user