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;
|
transition: all 0.18s ease-in-out;
|
||||||
height: auto;
|
height: auto;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
-webkit-user-select: none; /* Safari */
|
||||||
|
user-select: none;
|
||||||
|
|
||||||
&:hover .icon svg {
|
&:hover .icon svg {
|
||||||
fill: var(--icon-secondary-hover);
|
fill: var(--icon-secondary-hover);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue