Still let people copy out of spell palette entries while suppressing selection color.

This commit is contained in:
Nick Winter 2014-02-23 16:49:25 -08:00
parent b3eadef818
commit 3a0ed0af9b

View file

@ -8,7 +8,9 @@
font-size: 12px
border: 1px solid transparent
cursor: pointer
@user-select(none)
@include user-select(all)
::selection
background: transparent
&:hover
border: 1px solid #000000