Browse Source

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

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

5
frontend/src/GraphNode.svelte

@ -83,6 +83,11 @@
cursor: default;
}
.label > ellipse {
fill: transparent;
stroke: transparent;
}
g:hover > .taskNode {
fill: #ffb3a2;
}