Color all deletion options consistenly red (#6891)

* Color all deletion options consistenly red

* CSS cleanup

* Color the "Remove Selected" entity config button

* Make eslint happy

* Getting rid of a wayward bracket
This commit is contained in:
Philip Allgaier
2020-09-09 20:48:51 +02:00
committed by GitHub
parent 42bf350034
commit 1890aab1e6
5 changed files with 115 additions and 108 deletions

View File

@@ -74,6 +74,7 @@ export class HaScriptEditor extends LitElement {
? ""
: html`
<ha-icon-button
class="warning"
slot="toolbar-icon"
title="${this.hass.localize(
"ui.panel.config.script.editor.delete_script"