fix(connection): no fill fixes #210

This commit is contained in:
moklick
2020-05-11 17:07:04 +02:00
parent 48b2840700
commit 9e534f83ff
3 changed files with 8 additions and 5 deletions
+5 -4
View File
@@ -52,11 +52,12 @@
stroke-dasharray: 5;
animation: dashdraw 0.5s linear infinite;
}
}
&.connection {
stroke: '#ddd';
pointer-events: none;
}
.react-flow__connection {
fill: none;
stroke: '#ddd';
pointer-events: none;
}
.react-flow__edge-path {