﻿.draggable-row {
    cursor: grab;
    user-select: none;
}

.drag-handle {
    cursor: grab;
    user-select: none;
    width: 32px;
    text-align: center;
    color: #888;
    font-size: 18px;
    letter-spacing: -2px;
}

.drag-handle:hover {
    color: #ccc;
}

.drag-handle:active {
    cursor: grabbing;
}
