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
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
2 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,7 @@ Editor
- Allow toggleButton icons to be optional
- Allow treeList to have a header component
- Add tgz upload button to palette manager (#2682)
- Disable selection of FA icons when dbl clicking node
Runtime

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;