MOBILE-3822 mathjax: Disable clicks in links in mathjax preview

main
Dani Palou 2021-07-27 16:05:59 +02:00
parent 9a63793cf2
commit 8ad4502aad
1 changed files with 5 additions and 0 deletions

View File

@ -191,6 +191,11 @@ core-format-text {
display: none;
}
}
// Disable clicks in links inside MathJax equations.
.core-format-text-content .filter_mathjaxloader_equation .MathJax_Preview a {
pointer-events: none;
}
}