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

This commit is contained in:
Vašek Šraier 2020-10-01 14:08:45 +02:00
parent 3a7474ca22
commit 431f0e4689

View file

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