Skip to content

Commit 4728eb7

Browse files
Remove arrow icon from continue on error indicator (#52092)
The arrow-right icon next to the alert icon was decorative noise. With automation comments (#52090) adding yet another icon, simplify to a single mdiAlertCircleCheck indicator. Co-authored-by: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
1 parent d02b92b commit 4728eb7

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

src/panels/config/automation/action/ha-automation-action-row.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import {
44
mdiAlertCircleCheck,
55
mdiAppleKeyboardCommand,
66
mdiArrowDown,
7-
mdiArrowRightThin,
87
mdiArrowUp,
98
mdiCheckboxBlankOutline,
109
mdiCheckboxOutline,
@@ -333,10 +332,6 @@ export default class HaAutomationActionRow extends LitElement {
333332
${type !== "condition" &&
334333
(this.action as NonConditionAction).continue_on_error === true
335334
? html`<ha-svg-icon
336-
class="arrow-right"
337-
.path=${mdiArrowRightThin}
338-
></ha-svg-icon
339-
><ha-svg-icon
340335
id="svg-icon"
341336
.path=${mdiAlertCircleCheck}
342337
></ha-svg-icon>
@@ -1163,9 +1158,6 @@ export default class HaAutomationActionRow extends LitElement {
11631158
rowStyles,
11641159
overflowStyles,
11651160
css`
1166-
ha-svg-icon.arrow-right {
1167-
--icon-primary-color: var(--ha-color-fill-neutral-loud-resting);
1168-
}
11691161
ha-svg-icon#svg-icon {
11701162
--icon-primary-color: var(--ha-color-fill-neutral-loud-active);
11711163
}

0 commit comments

Comments
 (0)