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