aboutsummaryrefslogtreecommitdiffstats
path: root/src/sass/components/progress.scss
diff options
context:
space:
mode:
authorSamuel Elgozi <samuelgozi@users.noreply.github.com>2018-11-22 19:35:01 +0200
committerGitHub <noreply@github.com>2018-11-22 19:35:01 +0200
commitdf5b7a008d4c09e384f24443f84f95ae9ce7fd0a (patch)
tree44ac6c196acdbd11fe13bfca73da87890d8a9dfb /src/sass/components/progress.scss
parente8d2f23b81091fb60b70e9785bb18e33d897e77e (diff)
downloadplyr-df5b7a008d4c09e384f24443f84f95ae9ce7fd0a.tar.lz
plyr-df5b7a008d4c09e384f24443f84f95ae9ce7fd0a.tar.xz
plyr-df5b7a008d4c09e384f24443f84f95ae9ce7fd0a.zip
Fix: buffer progress bar transition on webkit
The transition was set on the wrong pseudo element for WebKit browsers.
Diffstat (limited to 'src/sass/components/progress.scss')
-rw-r--r--src/sass/components/progress.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sass/components/progress.scss b/src/sass/components/progress.scss
index 16992808..f28a19ca 100644
--- a/src/sass/components/progress.scss
+++ b/src/sass/components/progress.scss
@@ -42,13 +42,13 @@
&::-webkit-progress-bar {
background: transparent;
- transition: width 0.2s ease;
}
&::-webkit-progress-value {
background: currentColor;
border-radius: 100px;
min-width: $plyr-range-track-height;
+ transition: width 0.2s ease;
}
// Mozilla