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

This commit is contained in:
Dani Palou 2021-07-27 16:05:59 +02:00
parent 9a63793cf2
commit 8ad4502aad

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;
}
}