.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: visible; } .arrow-action:active .arrow-head-xarrow { visibility: visible; } /*.arrow-action:active .arrow-head-pick {*/ /* min-height: unset;*/ /* min-width: unset;*/ /* width: 0;*/ /* height: 0;*/ /*}*/