Files
nairobi/app/assets/stylesheets/noscript.scss
Javi Martín 15ca47caed Hide "check all/none" buttons when JavaScript isn't available
These buttons only work without JavaScript, so we shouldn't show them in
this case.

I was wondering whether we should use the `hidden` HTML attribute so
these buttons don't show up when stylesheets haven't loaded either. Not
doing so because we already have a stylesheet for the <noscript>
scenario. We might change our minds regarding how to handle these styles
in the future.
2024-06-06 16:28:19 +02:00

10 lines
105 B
SCSS

.admin {
.tabs-content > .tabs-panel {
display: block;
}
}
.check-all-none {
display: none;
}