mirror of
https://github.com/home-assistant/frontend.git
synced 2026-02-20 17:59:56 +00:00
Fix typos
This commit is contained in:
@@ -258,7 +258,7 @@ class DialogNewDashboard extends LitElement implements HassDialog {
|
||||
return [
|
||||
haStyleScrollbar,
|
||||
css`
|
||||
ha-dialog
|
||||
ha-dialog {
|
||||
--dialog-content-padding: 0;
|
||||
--dialog-z-index: 6;
|
||||
--ha-dialog-min-height: 60svh;
|
||||
|
||||
@@ -67,7 +67,7 @@ export class DialogPickConfigEntry extends LitElement {
|
||||
}
|
||||
|
||||
static styles = css`
|
||||
ha-dialog
|
||||
ha-dialog {
|
||||
--dialog-content-padding: 0;
|
||||
}
|
||||
`;
|
||||
|
||||
@@ -97,7 +97,7 @@ export class DialogYamlIntegration extends LitElement {
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
ha-dialog
|
||||
ha-dialog {
|
||||
/* Place above other dialogs */
|
||||
--dialog-z-index: 104;
|
||||
}
|
||||
|
||||
@@ -263,7 +263,7 @@ class DialogExposeEntity extends LitElement {
|
||||
haStyle,
|
||||
haStyleScrollbar,
|
||||
css`
|
||||
ha-dialog
|
||||
ha-dialog {
|
||||
--dialog-content-padding: 0;
|
||||
}
|
||||
ha-list {
|
||||
|
||||
@@ -138,7 +138,7 @@ export class DialogEditHome
|
||||
static styles = [
|
||||
haStyleDialog,
|
||||
css`
|
||||
ha-dialog
|
||||
ha-dialog {
|
||||
--dialog-content-padding: var(--ha-space-6);
|
||||
}
|
||||
|
||||
|
||||
@@ -120,7 +120,7 @@ export class DialogNewOverview
|
||||
static styles = [
|
||||
haStyleDialog,
|
||||
css`
|
||||
ha-dialog
|
||||
ha-dialog {
|
||||
--dialog-content-padding: var(--ha-space-6);
|
||||
}
|
||||
|
||||
|
||||
@@ -414,7 +414,7 @@ export class HuiDialogEditBadge
|
||||
--code-mirror-max-height: calc(100vh - 176px);
|
||||
}
|
||||
|
||||
ha-dialog
|
||||
ha-dialog {
|
||||
--dialog-z-index: 6;
|
||||
--dialog-content-padding: var(--ha-space-2);
|
||||
}
|
||||
@@ -496,7 +496,7 @@ export class HuiDialogEditBadge
|
||||
margin-inline-end: auto;
|
||||
margin-inline-start: initial;
|
||||
}
|
||||
ha-dialogslot="headerActionItems"] {
|
||||
ha-dialog a[slot="headerActionItems"] {
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
@@ -135,7 +135,7 @@ export class HuiDialogSuggestBadge extends LitElement {
|
||||
return [
|
||||
haStyleDialog,
|
||||
css`
|
||||
ha-dialog
|
||||
ha-dialog {
|
||||
--dialog-z-index: 6;
|
||||
}
|
||||
.hidden {
|
||||
|
||||
Reference in New Issue
Block a user