mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-21 07:32:02 +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;
|
overflow: visible;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
|
&:global(.disabled) {
|
||||||
|
pointer-events: none;
|
||||||
|
|
||||||
|
.track, .track-before {
|
||||||
|
background-color: var(--color-surfacedark);
|
||||||
|
}
|
||||||
|
|
||||||
|
.thumb {
|
||||||
|
fill: var(--color-surfacedark);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.layer {
|
.layer {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue