Style tweaks
This commit is contained in:
parent
c23c150fe9
commit
02d312f2d2
@ -417,14 +417,17 @@
|
|||||||
&--played[value] {
|
&--played[value] {
|
||||||
&::-webkit-progress-bar {
|
&::-webkit-progress-bar {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
|
transition: width .2s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Inherit from currentColor;
|
// Inherit from currentColor;
|
||||||
&::-webkit-progress-value {
|
&::-webkit-progress-value {
|
||||||
background: currentColor;
|
background: currentColor;
|
||||||
|
transition: width .2s ease;
|
||||||
}
|
}
|
||||||
&::-moz-progress-bar {
|
&::-moz-progress-bar {
|
||||||
background: currentColor;
|
background: currentColor;
|
||||||
|
transition: width .2s ease;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&--played[value] {
|
&--played[value] {
|
||||||
|
@ -417,14 +417,17 @@ $plyr-bp-captions-large: 768px !default; // When captions jump to the la
|
|||||||
&--played[value] {
|
&--played[value] {
|
||||||
&::-webkit-progress-bar {
|
&::-webkit-progress-bar {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
|
transition: width .2s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Inherit from currentColor;
|
// Inherit from currentColor;
|
||||||
&::-webkit-progress-value {
|
&::-webkit-progress-value {
|
||||||
background: currentColor;
|
background: currentColor;
|
||||||
|
transition: width .2s ease;
|
||||||
}
|
}
|
||||||
&::-moz-progress-bar {
|
&::-moz-progress-bar {
|
||||||
background: currentColor;
|
background: currentColor;
|
||||||
|
transition: width .2s ease;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&--played[value] {
|
&--played[value] {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user