Skip to content

Commit a0fe44e

Browse files
authored
Merge pull request #589 from dpalou/MOBILE-1709
MOBILE-1709 format-text: Enable pointer events in audio/video
2 parents 98118f0 + 96dce14 commit a0fe44e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

www/core/scss/styles.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -511,6 +511,13 @@ mm-timer {
511511
}
512512
}
513513

514+
// This is to allow clicks in radio/checkbox content.
515+
mm-format-text {
516+
audio, video, a {
517+
pointer-events: auto;
518+
}
519+
}
520+
514521
// Squared checkboxes.
515522
.checkbox input:before, .checkbox-icon:before {
516523
border-radius: 0;

0 commit comments

Comments
 (0)