Skip to content

Commit 96dce14

Browse files
committed
MOBILE-1709 format-text: Enable pointer events in audio/video
1 parent ac5e333 commit 96dce14

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
@@ -507,6 +507,13 @@ mm-timer {
507507
}
508508
}
509509

510+
// This is to allow clicks in radio/checkbox content.
511+
mm-format-text {
512+
audio, video, a {
513+
pointer-events: auto;
514+
}
515+
}
516+
510517
// Squared checkboxes.
511518
.checkbox input:before, .checkbox-icon:before {
512519
border-radius: 0;

0 commit comments

Comments
 (0)