mirror of
https://github.com/searxng/searxng.git
synced 2026-09-15 02:36:05 +00:00
[mod] simple: apply nojs via stylesheet
This commit is contained in:
@@ -4,11 +4,7 @@
|
||||
|
||||
// stylelint-disable no-descending-specificity
|
||||
|
||||
html.no-js .hide_if_nojs {
|
||||
display: none;
|
||||
}
|
||||
|
||||
html.js .show_if_nojs {
|
||||
.show_if_nojs {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user