Skip to content

Commit

Permalink
Fixing issue #10581 Automation Debug Trace Graph not displaying right…
Browse files Browse the repository at this point in the history
… in Safari (#19036)
  • Loading branch information
avdbrink authored Dec 14, 2023
1 parent 616f6dd commit 2682a55
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/trace/hat-graph-node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 2682a55

Please sign in to comment.