Fixing issue #10581 Automation Debug Trace Graph not displaying right in Safari (#19036)

This commit is contained in:
Arno 2023-12-14 11:53:53 +01:00 committed by GitHub
parent 616f6ddf5f
commit 2682a55148
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -125,10 +125,6 @@ export class HatGraphNode extends LitElement {
:host([notEnabled]:hover) circle {
--stroke-clr: var(--disabled-hover-clr);
}
svg {
width: 100%;
height: 100%;
}
circle,
path.connector {
stroke: var(--stroke-clr);