Remove redundant dialog backdrop color (#29337)

This commit is contained in:
Petar Petrov 2026-02-02 17:12:27 +01:00 committed by GitHub
parent c6573b9c1b
commit 40342c9cfd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -88,6 +88,9 @@ export class HaDialog extends DialogBase {
--mdc-typography-headline6-font-weight: var(--ha-font-weight-normal);
--mdc-typography-headline6-font-size: 1.574rem;
}
.mdc-dialog .mdc-dialog__scrim {
background-color: var(--mdc-dialog-scrim-color, none);
}
.mdc-dialog__actions {
justify-content: var(--justify-action-buttons, flex-end);
padding: var(--ha-space-3) var(--ha-space-4) var(--ha-space-4)