@mixin dnd-cursor-style {
    &:hover {
        cursor: grab;
    }

    &:active {
        cursor: grabbing;
    }
}
