added connectionfrom connectionto and clickconnecting css

This commit is contained in:
peterkogo
2024-02-28 12:23:00 +01:00
parent d9e7f1f728
commit 019909da5d
5 changed files with 50 additions and 28 deletions
+11 -1
View File
@@ -223,13 +223,23 @@ svg.xy-flow__connectionline {
min-width: 5px;
min-height: 5px;
&.connecting {
&.connectingfrom {
pointer-events: all;
background: violet !important;
}
&.clickconnecting {
background: greenyellow !important;
}
&.connectingto {
background: red !important;
}
&.connectionindicator {
pointer-events: all;
cursor: crosshair;
background: green;
}
&-bottom {