diff --git a/src/routes/Player/ControlBar/SeekBar/styles.less b/src/routes/Player/ControlBar/SeekBar/styles.less index d8131dd64..4ee073c7a 100644 --- a/src/routes/Player/ControlBar/SeekBar/styles.less +++ b/src/routes/Player/ControlBar/SeekBar/styles.less @@ -1,6 +1,7 @@ @import (reference) '~stremio-colors/dist/less/stremio-colors.less'; :import('~stremio/common/Slider/styles.less') { + slider-track-before: track-before; slider-thumb: thumb; } @@ -19,6 +20,10 @@ &:hover { .slider:not(:global(.disabled)) { + .slider-track-before { + transition: background-color 0s 100ms; + } + .slider-thumb { transition: fill 0s 100ms; }