fixed cursor when making selection box
This commit is contained in:
@@ -69,10 +69,6 @@
|
|||||||
.xy-flow__pane {
|
.xy-flow__pane {
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
|
||||||
&.selection {
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
|
|
||||||
&.draggable {
|
&.draggable {
|
||||||
cursor: grab;
|
cursor: grab;
|
||||||
}
|
}
|
||||||
@@ -80,6 +76,10 @@
|
|||||||
&.dragging {
|
&.dragging {
|
||||||
cursor: grabbing;
|
cursor: grabbing;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.selection {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.xy-flow__viewport {
|
.xy-flow__viewport {
|
||||||
|
|||||||
Reference in New Issue
Block a user