CSS: Remove unfunctional sidebar toggle in .no-js

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

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