Merge pull request #2901 from dpalou/MOBILE-3822
MOBILE-3822 mathjax: Disable clicks in links in mathjax previewmain
commit
772dcb46bc
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue