Update dialog styles (#13132)

This commit is contained in:
Bram Kragten
2022-07-11 22:07:10 +02:00
committed by GitHub
parent c50cf78bb4
commit a30c8205b1
8 changed files with 18 additions and 27 deletions

View File

@@ -144,8 +144,6 @@ class DialogBox extends LitElement {
}
p {
margin: 0;
padding-top: 6px;
padding-bottom: 24px;
color: var(--primary-text-color);
}
.no-bottom-padding {
@@ -157,7 +155,6 @@ class DialogBox extends LitElement {
ha-dialog {
--mdc-dialog-heading-ink-color: var(--primary-text-color);
--mdc-dialog-content-ink-color: var(--primary-text-color);
--justify-action-buttons: space-between;
/* Place above other dialogs */
--dialog-z-index: 104;
}