Skip to content

Commit

Permalink
enhance(noscript): force display: none
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelgerber committed Aug 6, 2024
1 parent 1aafe96 commit 7b75657
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/css/noscript.scss
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
.js--hide-if-js-disabled {
@at-root html.js-disabled & {
display: none;
display: none !important;
}
}

.js--hide-if-js-enabled {
@at-root html.js-enabled & {
display: none;
display: none !important;
}
}

Expand Down

0 comments on commit 7b75657

Please sign in to comment.