feat: tweaks to markers logic and design
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
// ==========================================================================
|
||||
// Markers
|
||||
// ==========================================================================
|
||||
|
||||
$plyr-markers-background: var(--plyr-markers-background, rgba(#fff, 0.9)) !default;
|
||||
$plyr-markers-color: var(--plyr-markers-color, $plyr-color-gray-700) !default;
|
||||
$plyr-markers-padding: calc(#{$plyr-control-spacing} / 2);
|
||||
$plyr-markers-padding: var(--plyr-markers-padding, $plyr-markers-padding) !default;
|
||||
$plyr-markers-arrow-size: var(--plyr-markers-arrow-size, 4px) !default;
|
||||
$plyr-markers-radius: var(--plyr-markers-radius, 3px) !default;
|
||||
$plyr-markers-shadow: var(--plyr-markers-shadow, 0 1px 2px rgba(0, 0, 0, 0.15)) !default;
|
||||
@@ -6,6 +6,10 @@
|
||||
$plyr-progress-loading-size: var(--plyr-progress-loading-size, 25px) !default;
|
||||
$plyr-progress-loading-background: var(--plyr-progress-loading-background, rgba($plyr-color-gray-900, 0.6)) !default;
|
||||
|
||||
// Markers
|
||||
$plyr-progress-marker-background: var(--plyr-progress-marker-background, #fff) !default;
|
||||
$plyr-progress-marker-width: var(--plyr-progress-marker-width, 3px) !default;
|
||||
|
||||
// Buffered
|
||||
$plyr-video-progress-buffered-background: var(--plyr-video-progress-buffered-background, rgba(#fff, 0.25)) !default;
|
||||
$plyr-audio-progress-buffered-background: var(
|
||||
|
||||
Reference in New Issue
Block a user