.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) }