Add "browser_mod" text to interaction symbol
This commit is contained in:
parent
11d75426fb
commit
f42cec9ead
@ -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;
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user