Tweak button rendering to work for HA 2021.11.

This commit is contained in:
Dermot Duffy
2021-10-30 00:47:14 -07:00
parent 8ef3f77ee7
commit a919222d5f
2 changed files with 18 additions and 3 deletions
+1
View File
@@ -7,6 +7,7 @@ ha-icon-button.button {
padding: 0px;
margin: 3px;
--mdc-icon-button-size: 40px;
--ha-icon-display: block;
/* Buttons can always be clicked */
pointer-events: auto;
}