disabled slider styles implemented

This commit is contained in:
NikolaBorislavovHristov 2019-10-03 14:58:03 +03:00
parent 3bbcc42955
commit d8906af971

View file

@ -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;