graph node: bug v designu labelu, kdyz je povoleno pohybovani
This commit is contained in:
parent
3a7474ca22
commit
431f0e4689
1 changed files with 6 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue