Enable start/stop toggle on whole element

Related to issue https://github.com/sampotts/plyr/issues/587
This commit is contained in:
J
2017-09-09 13:25:22 +02:00
committed by GitHub
parent 3fe0c7c84b
commit bf02c69daa

View File

@ -267,7 +267,11 @@
align-items: center;
line-height: 1;
text-align: center;
pointer-events: none;
& > * {
pointer-events: all;
}
// Spacing
> button,
.plyr__progress,