* {
    -webkit-user-drag: none;
}

a,
area,
img {
    -webkit-touch-callout: none;
}

input,
textarea,
:read-write {
    -webkit-user-drag: auto;
    -webkit-touch-callout: default;
}

/* Gallery sorting is an intentional app interaction, not a browser link/image drag. */
[data-flocara-gallery-index][draggable="true"] {
    -webkit-user-drag: element;
}
