From 2062be1ed82a099eefd122504b8b3ea9a21f82be Mon Sep 17 00:00:00 2001 From: Khwaja Date: Wed, 9 Jul 2025 15:19:15 -0500 Subject: [PATCH] 4 mandatory features of visualization interface (add, delete, edit, customize) all added --- web/src/components/CaseBuilder/PipelineBlock.module.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/web/src/components/CaseBuilder/PipelineBlock.module.css b/web/src/components/CaseBuilder/PipelineBlock.module.css index b7998c6..8ce60db 100644 --- a/web/src/components/CaseBuilder/PipelineBlock.module.css +++ b/web/src/components/CaseBuilder/PipelineBlock.module.css @@ -5,6 +5,13 @@ margin-bottom: 12px !important; } +:global(.react-flow__node.PlantNode.selected), +:global(.react-flow__node.ProductNode.selected), +:global(.react-flow__node.CenterNode.selected){ + border: 2px solid #000 !important; + +} + :global(.react-flow__node.PlantNode), :global(.react-flow__node.ProductNode), :global(.react-flow__node.CenterNode) {