Commit 67a29ea9 by marco

hides latex compiler in settings tab by making previously specific css sibling…

hides latex compiler in settings tab by making previously specific css sibling selector general enough to find and hide the appropriate div
parent d2bb8317
......@@ -962,6 +962,6 @@ body.unit {
}
// hides latex compiler button if settings mode is-active
div.wrapper-comp-editor.is-inactive + div.launch-latex-compiler{
div.wrapper-comp-editor.is-inactive ~ div.launch-latex-compiler{
display: none;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment