You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
334 B
20 lines
334 B
.arrow-edge-control-point {
|
|
cursor: pointer;
|
|
|
|
border-radius: 100px;
|
|
background-color: black;
|
|
}
|
|
|
|
.arrow-edge-control-point:hover {
|
|
background-color: var(--selection-color);
|
|
}
|
|
|
|
|
|
.arrow-path {
|
|
pointer-events: stroke;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.arrow-path:hover, .arrow-path:active {
|
|
stroke: var(--selection-color)
|
|
} |