.arrow-point { cursor: pointer; border-radius: 100px; background-color: black; outline: none; } .arrow-point:hover { background-color: var(--selection-color); } .arrow-path { pointer-events: stroke; cursor: pointer; outline: none; } .arrow-path:hover, .arrow-path:active { stroke: var(--selection-color); }