refactor(nodes): no jumping nodes on start

This commit is contained in:
moklick
2020-08-20 14:54:23 +02:00
parent 190ab6a3fb
commit 58b0d88208
4 changed files with 6 additions and 2 deletions
+1 -2
View File
@@ -117,7 +117,6 @@
.react-flow__node-default.selectable,
.react-flow__node-input.selectable,
.react-flow__node-output.selectable {
&.selected,
&.selected:hover {
box-shadow: 0 0 0 1px #333;
@@ -194,4 +193,4 @@
right: 0;
top: 50%;
transform: translate(0, -50%);
}
}