mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-13 04:50:29 +00:00
Put automation/script editor actions in a menu (#7250)
* Put automation/script editor actions in a menu * Use disabled property instead of attribute
This commit is contained in:
@@ -62,6 +62,9 @@ export class HaButtonMenu extends LitElement {
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
}
|
||||
::slotted([disabled]) {
|
||||
color: var(--disabled-text-color);
|
||||
}
|
||||
`;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user