Fix: buffer progress bar transition on webkit
The transition was set on the wrong pseudo element for WebKit browsers.
This commit is contained in:
parent
e8d2f23b81
commit
df5b7a008d
@ -42,13 +42,13 @@
|
|||||||
|
|
||||||
&::-webkit-progress-bar {
|
&::-webkit-progress-bar {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
transition: width 0.2s ease;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&::-webkit-progress-value {
|
&::-webkit-progress-value {
|
||||||
background: currentColor;
|
background: currentColor;
|
||||||
border-radius: 100px;
|
border-radius: 100px;
|
||||||
min-width: $plyr-range-track-height;
|
min-width: $plyr-range-track-height;
|
||||||
|
transition: width 0.2s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Mozilla
|
// Mozilla
|
||||||
|
Loading…
x
Reference in New Issue
Block a user