# HG changeset patch # User Goffi # Date 1619704411 -7200 # Node ID b7e5ce6bc82d22499d695553d5fab1ebb3888930 # Parent ae903ca0ed66fd3cbaf9644bf32acf0d5ebfa787 CSS (noscript): new `nojs_hide` class to hide an element when JS is not available diff -r ae903ca0ed66 -r b7e5ce6bc82d sat_templates/templates/bulma/static/styles_noscript.css --- 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; +}