In the angular-ui-tree I've noticed that items has the drag or move cursor which is good when having items that we need to be drag-gable.
But how can I set the cursor to normal arrow instead?
Add following CSS
.angular-ui-tree-handle {
cursor:default !important;
}