From 67a29ea94a016caa2cb79b2caee40637b888d6e9 Mon Sep 17 00:00:00 2001 From: marco Date: Sun, 2 Jun 2013 12:48:54 -0400 Subject: [PATCH] hides latex compiler in settings tab by making previously specific css sibling selector general enough to find and hide the appropriate div --- cms/static/sass/views/_unit.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cms/static/sass/views/_unit.scss b/cms/static/sass/views/_unit.scss index c8001f3e1c..26278cd0b1 100644 --- a/cms/static/sass/views/_unit.scss +++ b/cms/static/sass/views/_unit.scss @@ -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; }