mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-05 20:59:49 +00:00
add transition to seekbar background
This commit is contained in:
parent
994f46f15a
commit
6ee7deeedf
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue