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