diff --git a/cms/static/sass/views/_unit.scss b/cms/static/sass/views/_unit.scss index 042a5dbdd6..cb914e74f8 100644 --- a/cms/static/sass/views/_unit.scss +++ b/cms/static/sass/views/_unit.scss @@ -971,4 +971,9 @@ body.unit { @include transition(opacity 0.25s ease-in-out); opacity: 1; } +} + +//hides latex compiler button if settings mode is-active +div.wrapper-comp-editor.is-inactive + div.launch-latex-compiler{ + display: none; } \ No newline at end of file diff --git a/cms/templates/unit.html b/cms/templates/unit.html index cb34f42a09..d34b9ac3f2 100644 --- a/cms/templates/unit.html +++ b/cms/templates/unit.html @@ -138,7 +138,7 @@

Unit Settings

- +