comparison sat_templates/templates/bulma/static/styles_noscript.css @ 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 1de599c5a68f
children
comparison
equal deleted inserted replaced
317:ae903ca0ed66 318:b7e5ce6bc82d
11 /* drawer needs to be opened to have the content visible */ 11 /* drawer needs to be opened to have the content visible */
12 .panel-drawer { 12 .panel-drawer {
13 max-height: none; 13 max-height: none;
14 opacity: 1; 14 opacity: 1;
15 } 15 }
16
17 .nojs_hide {
18 display: none;
19 }