4 mandatory features of visualization interface (add, delete, edit, customize) all added

pull/33/head
Khwaja 3 months ago
parent acd3b469bf
commit 2062be1ed8

@ -5,6 +5,13 @@
margin-bottom: 12px !important; 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.PlantNode),
:global(.react-flow__node.ProductNode), :global(.react-flow__node.ProductNode),
:global(.react-flow__node.CenterNode) { :global(.react-flow__node.CenterNode) {

Loading…
Cancel
Save