mirror of
https://github.com/node-red/node-red
synced 2024-11-21 23:48:30 +00:00
Disable selection FA icons when dbl clicking node
This commit is contained in:
parent
aae9866866
commit
ead1f65887
@ -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
|
||||
|
||||
|
@ -140,6 +140,7 @@
|
||||
}
|
||||
.red-ui-flow-node-icon-group {
|
||||
.fa-lg {
|
||||
@include disable-selection;
|
||||
stroke: none;
|
||||
fill: $node-icon-color;
|
||||
text-anchor: middle;
|
||||
|
Loading…
Reference in New Issue
Block a user