mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-13 12:10:27 +00:00
disabled slider styles implemented
This commit is contained in:
parent
3bbcc42955
commit
d8906af971
1 changed files with 12 additions and 0 deletions
|
|
@ -12,6 +12,18 @@ html.active-slider-within {
|
|||
overflow: visible;
|
||||
cursor: pointer;
|
||||
|
||||
&:global(.disabled) {
|
||||
pointer-events: none;
|
||||
|
||||
.track, .track-before {
|
||||
background-color: var(--color-surfacedark);
|
||||
}
|
||||
|
||||
.thumb {
|
||||
fill: var(--color-surfacedark);
|
||||
}
|
||||
}
|
||||
|
||||
.layer {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue