Bug fix for no buffer

This commit is contained in:
Sam Potts
2016-05-19 11:56:24 +10:00
parent 0b7dc51bd1
commit ac0061b83e
6 changed files with 12 additions and 7 deletions

View File

@ -374,7 +374,7 @@
border-radius: 100%;
box-shadow: 0 1px 1px transparentize($plyr-video-controls-bg, .85);
color: $plyr-video-control-color;
transition: opacity .3s ease, visibility .3s ease;
transition: all .3s ease;
svg {
position: relative;