MOBILE-3822 mathjax: Disable clicks in links in mathjax preview
parent
9a63793cf2
commit
8ad4502aad
|
@ -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