Fix disabled automation style (#26988)

* Update disabled state logic in action and condition editors to account for indent property

* Remove opacity
This commit is contained in:
Wendelin
2025-09-10 14:01:05 +02:00
committed by GitHub
parent 9a8ca36047
commit a34ca3c085
4 changed files with 6 additions and 5 deletions

View File

@@ -141,7 +141,6 @@ export default class HaAutomationTriggerEditor extends LitElement {
haStyle,
css`
.disabled {
opacity: 0.5;
pointer-events: none;
}