Add background to node status

This commit is contained in:
Nick O'Leary
2023-06-23 16:09:34 +01:00
parent 11f9ad8ca3
commit 56ed32e4a1
2 changed files with 35 additions and 12 deletions

View File

@@ -304,7 +304,11 @@ g.red-ui-flow-node-selected {
stroke: var(--red-ui-node-status-colors-#{"" + $current-color});
}
}
.red-ui-flow-node-status-background {
stroke: none;
fill: var(--red-ui-view-background);
fill-opacity: 0.9;
}
.red-ui-flow-node-status-label {
@include disable-selection;
stroke-width: 0;