Align visuals of automation and script editor after redesign (#13567)

This commit is contained in:
Philip Allgaier
2022-09-02 19:03:53 +02:00
committed by GitHub
parent 93e7927686
commit 031ecf5be8
4 changed files with 27 additions and 1 deletions

View File

@@ -210,7 +210,6 @@ export class HaScriptEditor extends KeyboardShortcutMixin(LitElement) {
"ui.panel.config.automation.editor.edit_yaml"
)}
graphic="icon"
?activated=${this._mode === "yaml"}
>
${this.hass.localize("ui.panel.config.automation.editor.edit_yaml")}
${this._mode === "yaml"
@@ -833,6 +832,9 @@ export class HaScriptEditor extends KeyboardShortcutMixin(LitElement) {
font-weight: 400;
flex: 1;
}
.header a {
color: var(--secondary-text-color);
}
`,
];
}