chore(handles): cleanup

This commit is contained in:
moklick
2024-02-29 12:53:04 +01:00
parent 417a3f528d
commit 68ce560cf1
8 changed files with 41 additions and 28 deletions
@@ -1,7 +1,11 @@
.svelte-flow__handle.connecting {
.svelte-flow__handle.connectingto {
background: #ff6060;
}
.svelte-flow__handle.connectingfrom {
background: #55dd99;
}
.svelte-flow__handle.valid {
background: #55dd99;
}