changeset 318:b7e5ce6bc82d

CSS (noscript): new `nojs_hide` class to hide an element when JS is not available
author Goffi <goffi@goffi.org>
date Thu, 29 Apr 2021 15:53:31 +0200
parents ae903ca0ed66
children 45499870bbf4
files sat_templates/templates/bulma/static/styles_noscript.css
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/sat_templates/templates/bulma/static/styles_noscript.css	Thu Apr 29 15:52:34 2021 +0200
+++ b/sat_templates/templates/bulma/static/styles_noscript.css	Thu Apr 29 15:53:31 2021 +0200
@@ -13,3 +13,7 @@
     max-height: none;
     opacity: 1;
 }
+
+.nojs_hide {
+    display: none;
+}