.drag-target-item {
    display: inline-block;
    cursor: move;
    &:hover {
        background: #e6e6e6;
    }
}