/* Disable Text selection when dragging
================================================== */
.tl-dragging {
	-webkit-touch-callout: none;
	
	.user-select(none);
}