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) {