diff --git a/frontend/src/GraphNode.svelte b/frontend/src/GraphNode.svelte index b0bed78..79b9750 100644 --- a/frontend/src/GraphNode.svelte +++ b/frontend/src/GraphNode.svelte @@ -82,7 +82,12 @@ stroke: gainsboro; cursor: default; - } + } + + .label > ellipse { + fill: transparent; + stroke: transparent; + } g:hover > .taskNode { fill: #ffb3a2; }