Merge pull request #654 from jjui/patch-1
Enable start/stop toggle on whole element
This commit is contained in:
commit
a924d40620
@ -273,6 +273,11 @@
|
||||
align-items: center;
|
||||
line-height: 1;
|
||||
text-align: center;
|
||||
pointer-events: none;
|
||||
|
||||
& > * {
|
||||
pointer-events: all;
|
||||
}
|
||||
|
||||
// Spacing
|
||||
> button,
|
||||
|
@ -272,7 +272,12 @@
|
||||
align-items: center;
|
||||
line-height: 1;
|
||||
text-align: center;
|
||||
|
||||
pointer-events: none;
|
||||
|
||||
& > * {
|
||||
pointer-events: all;
|
||||
}
|
||||
|
||||
// Spacing
|
||||
> button,
|
||||
.plyr__progress,
|
||||
|
Loading…
x
Reference in New Issue
Block a user