Add "browser_mod" text to interaction symbol

This commit is contained in:
Thomas Lovén 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; opacity: 0.5;
--mdc-icon-size: 48px; --mdc-icon-size: 48px;
} }
ha-icon::before {
content: "browser_mod";
font-size: 0.75rem;
position: absolute;
right: 0;
bottom: 90%;
}
video { video {
display: none; display: none;
} }

View File

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