selectable correctly influences cursor types for nodes & edges
This commit is contained in:
@@ -123,7 +123,10 @@
|
||||
|
||||
.xy-flow__edge {
|
||||
pointer-events: visibleStroke;
|
||||
cursor: pointer;
|
||||
|
||||
&.selectable {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
&.animated path {
|
||||
stroke-dasharray: 5;
|
||||
@@ -188,6 +191,10 @@ svg.xy-flow__connectionline {
|
||||
box-sizing: border-box;
|
||||
cursor: default;
|
||||
|
||||
&.selectable {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
&.draggable {
|
||||
cursor: grab;
|
||||
pointer-events: all;
|
||||
|
||||
Reference in New Issue
Block a user