.drag-blur {
	filter: blur(2px);
}
.drag-blur::selection {
	background: transparent;
	color: inherit;
	filter: none;
}