Disable selection FA icons when dbl clicking node

This commit is contained in:
Nick O'Leary
2020-09-25 16:03:21 +01:00
parent aae9866866
commit ead1f65887
2 changed files with 2 additions and 0 deletions

View File

@@ -140,6 +140,7 @@
}
.red-ui-flow-node-icon-group {
.fa-lg {
@include disable-selection;
stroke: none;
fill: $node-icon-color;
text-anchor: middle;