Add pointer cursor to ha-formfield in update card

This commit is contained in:
Ludeeus 2021-11-29 06:01:17 +00:00
parent 366aa8aed1
commit 294967014d

View File

@ -387,6 +387,9 @@ class UpdateAvailableCard extends LitElement {
ha-markdown {
padding-bottom: 8px;
}
ha-formfield {
cursor: pointer;
}
`;
}
}