removed debug colors

This commit is contained in:
peterkogo
2024-02-28 12:51:43 +01:00
parent 5bab60724f
commit 417a3f528d

View File

@@ -225,21 +225,11 @@ svg.xy-flow__connectionline {
&.connectingfrom {
pointer-events: all;
background: violet !important;
}
&.clickconnecting {
background: greenyellow !important;
}
&.connectingto {
background: red !important;
}
&.connectionindicator {
pointer-events: all;
cursor: crosshair;
background: green;
}
&-bottom {