diff --git a/src/components/ha-selector/ha-selector-action.ts b/src/components/ha-selector/ha-selector-action.ts index 2e203a62da..6ee30b5e67 100644 --- a/src/components/ha-selector/ha-selector-action.ts +++ b/src/components/ha-selector/ha-selector-action.ts @@ -35,10 +35,6 @@ export class HaActionSelector extends LitElement { display: block; margin-bottom: 16px; } - :host([disabled]) ha-automation-action { - opacity: var(--light-disabled-opacity); - pointer-events: none; - } label { display: block; margin-bottom: 4px; diff --git a/src/components/ha-selector/ha-selector-condition.ts b/src/components/ha-selector/ha-selector-condition.ts index 756d43b1e4..721cf265ad 100644 --- a/src/components/ha-selector/ha-selector-condition.ts +++ b/src/components/ha-selector/ha-selector-condition.ts @@ -35,10 +35,6 @@ export class HaConditionSelector extends LitElement { display: block; margin-bottom: 16px; } - :host([disabled]) ha-automation-condition { - opacity: var(--light-disabled-opacity); - pointer-events: none; - } label { display: block; margin-bottom: 4px; diff --git a/src/components/ha-selector/ha-selector-trigger.ts b/src/components/ha-selector/ha-selector-trigger.ts index 567a81c4d3..af4b814a76 100644 --- a/src/components/ha-selector/ha-selector-trigger.ts +++ b/src/components/ha-selector/ha-selector-trigger.ts @@ -35,10 +35,6 @@ export class HaTriggerSelector extends LitElement { display: block; margin-bottom: 16px; } - :host([disabled]) ha-automation-trigger { - opacity: var(--light-disabled-opacity); - pointer-events: none; - } label { display: block; margin-bottom: 4px;