removed debug colors

This commit is contained in:
peterkogo
2024-02-28 12:51:43 +01:00
parent 5bab60724f
commit 417a3f528d
-10
View File
@@ -225,21 +225,11 @@ svg.xy-flow__connectionline {
&.connectingfrom { &.connectingfrom {
pointer-events: all; pointer-events: all;
background: violet !important;
}
&.clickconnecting {
background: greenyellow !important;
}
&.connectingto {
background: red !important;
} }
&.connectionindicator { &.connectionindicator {
pointer-events: all; pointer-events: all;
cursor: crosshair; cursor: crosshair;
background: green;
} }
&-bottom { &-bottom {