テキストを連続でクリックした時の背景色を消す

&::selection, &::-moz-selection

使用例

a {
	&::selection, &::-moz-selection {
		background: none;
	}
}