From 417a3f528df5b60ccd1e2cdd100d3f6f7ed7344c Mon Sep 17 00:00:00 2001 From: peterkogo Date: Wed, 28 Feb 2024 12:51:43 +0100 Subject: [PATCH] removed debug colors --- packages/system/src/styles/init.css | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/packages/system/src/styles/init.css b/packages/system/src/styles/init.css index e4d48221..72f0b2e8 100644 --- a/packages/system/src/styles/init.css +++ b/packages/system/src/styles/init.css @@ -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 {