Add "browser_mod" text to interaction symbol

This commit is contained in:
2022-07-15 20:11:40 +00:00
parent 11d75426fb
commit f42cec9ead
2 changed files with 14 additions and 0 deletions

View File

@@ -1186,6 +1186,13 @@ const RequireInteractMixin = (SuperClass) => {
opacity: 0.5;
--mdc-icon-size: 48px;
}
ha-icon::before {
content: "browser_mod";
font-size: 0.75rem;
position: absolute;
right: 0;
bottom: 90%;
}
video {
display: none;
}