Add user-select: None to header-link
This commit is contained in:
parent
342ffdd8d9
commit
99eaeea329
1 changed files with 1 additions and 0 deletions
|
@ -98,6 +98,7 @@ body {
|
||||||
-moz-transition: opacity 0.2s ease-in-out 0.1s;
|
-moz-transition: opacity 0.2s ease-in-out 0.1s;
|
||||||
-o-transition: opacity 0.2s ease-in-out 0.1s;
|
-o-transition: opacity 0.2s ease-in-out 0.1s;
|
||||||
transition: opacity 0.2s ease-in-out 0.1s;
|
transition: opacity 0.2s ease-in-out 0.1s;
|
||||||
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover .header-link {
|
&:hover .header-link {
|
||||||
|
|
Loading…
Reference in a new issue