Merge pull request #2901 from dpalou/MOBILE-3822

MOBILE-3822 mathjax: Disable clicks in links in mathjax preview
main
Pau Ferrer Ocaña 2021-07-29 09:38:47 +02:00 committed by GitHub
commit 772dcb46bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;
}
}