Allow dynamic menu contents.

This commit is contained in:
Dermot Duffy
2021-08-28 23:35:47 -07:00
parent b1ab849981
commit e0fe908357
3 changed files with 93 additions and 113 deletions
+5
View File
@@ -43,3 +43,8 @@ ha-icon-button.button {
/* Buttons can always be clicked */
pointer-events: auto;
}
ha-icon-button.emphasized-button {
@extend ha-icon-button, .button;
color: var(--primary-color, white);
}