mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-14 07:00:01 -04:00
Still let people copy out of spell palette entries while suppressing selection color.
This commit is contained in:
parent
b3eadef818
commit
3a0ed0af9b
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue