ul.sortable {
    padding: 0;
    cursor: move;
    user-select: none;
}

ul.sortable li.draggable {
    list-style-type: none;
}

ul.sortable li.draggable:focus {
    outline-width: 2px;
    outline-offset: -2px;
}