Widget: Hide dialogs by default

This commit is contained in:
Raphael Michel
2025-12-22 09:26:47 +01:00
committed by GitHub
parent 8854ae3187
commit fc4ce102b6

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;