Browse Source

graph node: bug v designu labelu, kdyz je povoleno pohybovani

mj-deploy
Vašek Šraier 4 years ago
parent
commit
431f0e4689
  1. 7
      frontend/src/GraphNode.svelte

7
frontend/src/GraphNode.svelte

@ -82,7 +82,12 @@
stroke: gainsboro;
cursor: default;
}
}
.label > ellipse {
fill: transparent;
stroke: transparent;
}
g:hover > .taskNode {
fill: #ffb3a2;
}