mirror of
https://github.com/morpheusthewhite/spicetify-themes.git
synced 2024-11-21 18:32:45 +01:00
fix(Sleek): progress bar transitions (#1053)
This commit is contained in:
parent
d39d5e519d
commit
d44dcab858
@ -179,7 +179,7 @@ NAVBAR
|
||||
PLAYBACK BAR
|
||||
---------------
|
||||
*/
|
||||
/* progress bar moves smoothly */
|
||||
/* playback progress bar moves smoothly */
|
||||
.x-progressBar-fillColor {
|
||||
transition: transform 1s linear;
|
||||
}
|
||||
@ -188,8 +188,7 @@ PLAYBACK BAR
|
||||
transition: left 1s linear;
|
||||
}
|
||||
|
||||
.playback-progressbar-isInteractive .DuvrswZugGajIFNXObAr .x-progressBar-fillColor,
|
||||
.playback-progressbar-isInteractive .DuvrswZugGajIFNXObAr .progress-bar__slider {
|
||||
.progress-bar--isDragging .x-progressBar-fillColor, .progress-bar--isDragging .progress-bar__slider {
|
||||
transition: none;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user