mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-22 00:36:34 +00:00
Fix entity marker border color (#6041)
This commit is contained in:
parent
deb179ad38
commit
acc024bcf9
@ -23,8 +23,7 @@ class HaEntityMarker extends EventsMixin(PolymerElement) {
|
|||||||
line-height: 2.5em;
|
line-height: 2.5em;
|
||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
border: 0.1em solid
|
border: 0.1em solid var(--ha-marker-color, var(--primary-color));
|
||||||
var(--ha-marker-color, var(--default-primary-color));
|
|
||||||
color: rgb(76, 76, 76);
|
color: rgb(76, 76, 76);
|
||||||
background-color: white;
|
background-color: white;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user