From 0621218e168f41b5a78dae5e82df62e5b609c734 Mon Sep 17 00:00:00 2001 From: Drake Loud Date: Mon, 21 Oct 2019 14:32:15 -0700 Subject: [PATCH] Changed button to text (#4067) * Changed button to text * Moved styles to hui-edit-view * prettier updates --- .../lovelace/editor/view-editor/hui-edit-view.ts | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/panels/lovelace/editor/view-editor/hui-edit-view.ts b/src/panels/lovelace/editor/view-editor/hui-edit-view.ts index 9d05bef13d..9524f1e398 100644 --- a/src/panels/lovelace/editor/view-editor/hui-edit-view.ts +++ b/src/panels/lovelace/editor/view-editor/hui-edit-view.ts @@ -133,12 +133,11 @@ export class HuiEditView extends LitElement {
${this.viewIndex !== undefined ? html` - + + ${this.hass!.localize( + "ui.panel.lovelace.editor.edit_view.delete" + )} + ` : ""}