cara menghapus sorotan teks pada klik ganda

/**HTML**/
<h1 class="element">The Element</h1>

/**CSS**/
.element {
	user-select: none;
}
deejay