Make node highlighting a bit more obvious for busy flows

This commit is contained in:
Dave Conway-Jones 2019-12-26 16:53:13 +00:00
parent a4c351fd4f
commit 9c1d46ff92
No known key found for this signature in database
GPG Key ID: 302A6725C594817F

View File

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