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.
23 lines
347 B
23 lines
347 B
.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);
|
|
}
|