[mod] simple: apply nojs via stylesheet

This commit is contained in:
vojkovic
2026-09-14 13:38:45 +00:00
committed by Brock Vojkovic
parent 604ee1698c
commit beb324c0f5
8 changed files with 23 additions and 29 deletions

View File

@@ -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;
}