updatestyles: Work around settings propagation to avoid deleting wrong files

Includes a minor CSS change to trigger a rebuild of all CSS files
This commit is contained in:
Raphael Michel
2021-05-05 22:35:26 +02:00
parent 8c101dc64c
commit 083c257915
2 changed files with 11 additions and 10 deletions

View File

@@ -709,13 +709,12 @@ h1 .label {
.withoutjs {
display: none !important;
}
.nojs .withoutjs {
display: block !important;
}
.nojs .requirejs {
display: none !important;
}
.nojs .withoutjs {
display: block !important;
}
@import "../../pretixbase/scss/_rtl.scss";
@import "../../bootstrap/scss/_rtl.scss";