Disable selecting the character image
This commit is contained in:
parent
726c0608c4
commit
d4029942e5
1 changed files with 2 additions and 0 deletions
|
|
@ -60,6 +60,8 @@
|
|||
transition: all 0.18s ease-in-out;
|
||||
height: auto;
|
||||
width: 100%;
|
||||
-webkit-user-select: none; /* Safari */
|
||||
user-select: none;
|
||||
|
||||
&:hover .icon svg {
|
||||
fill: var(--icon-secondary-hover);
|
||||
|
|
|
|||
Loading…
Reference in a new issue