Reverted large pause button

This commit is contained in:
Sam Potts
2018-09-25 23:07:48 +10:00
parent 7fed689f9a
commit f80b568e67
3 changed files with 3 additions and 8 deletions

View File

@ -81,11 +81,10 @@
transform: translate(-50%, -50%);
z-index: 2;
// Offset icon to make the play button look right
svg {
height: $plyr-control-icon-size-large;
left: 2px; // Offset to make the play button look right
left: 2px;
position: relative;
width: $plyr-control-icon-size-large;
}
&:hover,
@ -94,7 +93,7 @@
}
}
.plyr--hide-controls .plyr__control--overlaid {
.plyr--playing .plyr__control--overlaid {
opacity: 0;
visibility: hidden;
}