CSS: Remove unfunctional sidebar toggle in .no-js

refs #3629
This commit is contained in:
Florian Strohmaier 2019-05-23 10:59:07 +02:00 committed by Johannes Meyer
parent c3aaede10a
commit cabfb8c7f9

View File

@ -475,6 +475,10 @@ input[type=text].search-input {
} }
} }
html.no-js #toggle-sidebar {
display: none;
}
#layout.minimal-layout #toggle-sidebar { #layout.minimal-layout #toggle-sidebar {
display: none; display: none;
} }