From 9c1d46ff92c61103f5a773a726928e7f20126ad3 Mon Sep 17 00:00:00 2001 From: Dave Conway-Jones Date: Thu, 26 Dec 2019 16:53:13 +0000 Subject: [PATCH] Make node highlighting a bit more obvious for busy flows --- .../node_modules/@node-red/editor-client/src/sass/flow.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/node_modules/@node-red/editor-client/src/sass/flow.scss b/packages/node_modules/@node-red/editor-client/src/sass/flow.scss index 4aae0869c..d92d1e964 100644 --- a/packages/node_modules/@node-red/editor-client/src/sass/flow.scss +++ b/packages/node_modules/@node-red/editor-client/src/sass/flow.scss @@ -145,8 +145,8 @@ g.red-ui-flow-node-selected { border-color: $node-selected-color !important; border-style: dashed !important; stroke: $node-selected-color; - stroke-width: 2; - stroke-dasharray: 8, 3; + stroke-width: 3; + stroke-dasharray: 8, 4; } .red-ui-flow-subflow .red-ui-flow-node {