Widget: Hide dialogs by default (Z#23218872)

This commit is contained in:
Raphael Michel
2025-12-19 16:03:36 +01:00
parent aa9c478c30
commit 81f16dc242

View File

@@ -848,6 +848,9 @@ $table-bg-accent: rgba(128, 128, 128, 0.05);
outline: 2px solid $brand-primary;
outline-offset: 2px;
}
&:not([open]) {
display: none;
}
}
.pretix-widget-frame-isloading:focus {
outline: none;