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.
33 lines
499 B
33 lines
499 B
|
|
|
|
.arrow-action {
|
|
height: 50%;
|
|
}
|
|
|
|
.arrow-action-pin, .arrow-head-pick {
|
|
position: absolute;
|
|
min-width: 10px;
|
|
min-height: 10px;
|
|
border-radius: 100px;
|
|
background-color: red;
|
|
cursor: grab;
|
|
}
|
|
|
|
.arrow-head-pick {
|
|
background-color: red;
|
|
}
|
|
|
|
.arrow-head-xarrow {
|
|
visibility: hidden;
|
|
}
|
|
|
|
.arrow-action:active .arrow-head-xarrow {
|
|
visibility: visible;
|
|
}
|
|
|
|
.arrow-action:active .arrow-head-pick {
|
|
min-height: unset;
|
|
min-width: unset;
|
|
width: 0;
|
|
height: 0;
|
|
} |