hides latex compiler in settings tab by making previously specific css sibling selector general enough to find and hide the appropriate div

This commit is contained in:
marco
2013-06-02 12:48:54 -04:00
parent d2bb831781
commit 67a29ea94a

View File

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