From 82f81f4f735c74b7425a66b7c9ec6f0bd91ae7a2 Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Fri, 8 Dec 2017 15:54:08 +0000 Subject: More Edge fixes and small UI bugs --- src/less/components/progress.less | 21 +++------------------ 1 file changed, 3 insertions(+), 18 deletions(-) (limited to 'src/less/components/progress.less') diff --git a/src/less/components/progress.less b/src/less/components/progress.less index 1472f9c5..1a252937 100644 --- a/src/less/components/progress.less +++ b/src/less/components/progress.less @@ -4,7 +4,7 @@ .plyr__progress { position: relative; - display: none; + display: flex; flex: 1; input[type='range'] { @@ -19,10 +19,6 @@ } } -.plyr .plyr__progress { - display: inline-block; -} - .plyr__progress--buffer { position: absolute; left: 0; @@ -40,6 +36,7 @@ &::-webkit-progress-bar { background: transparent; + transition: width 0.2s ease; } &::-webkit-progress-value { @@ -53,24 +50,12 @@ background: currentColor; border-radius: 100px; min-width: @plyr-range-track-height; + transition: width 0.2s ease; } // Microsoft &::-ms-fill { border-radius: 100px; - } -} - -.plyr__progress--buffer { - &::-webkit-progress-value { - transition: width 0.2s ease; - } - - &::-moz-progress-bar { - transition: width 0.2s ease; - } - - &::-ms-fill { transition: width 0.2s ease; } } -- cgit v1.2.3