mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02: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 toggleButton icons to be optional
|
||||||
- Allow treeList to have a header component
|
- Allow treeList to have a header component
|
||||||
- Add tgz upload button to palette manager (#2682)
|
- Add tgz upload button to palette manager (#2682)
|
||||||
|
- Disable selection of FA icons when dbl clicking node
|
||||||
|
|
||||||
Runtime
|
Runtime
|
||||||
|
|
||||||
|
@ -140,6 +140,7 @@
|
|||||||
}
|
}
|
||||||
.red-ui-flow-node-icon-group {
|
.red-ui-flow-node-icon-group {
|
||||||
.fa-lg {
|
.fa-lg {
|
||||||
|
@include disable-selection;
|
||||||
stroke: none;
|
stroke: none;
|
||||||
fill: $node-icon-color;
|
fill: $node-icon-color;
|
||||||
text-anchor: middle;
|
text-anchor: middle;
|
||||||
|
Loading…
Reference in New Issue
Block a user