style: remove css -webkit-user-select and replace with user-select

This commit is contained in:
Xiao YiFang 2022-08-19 19:46:55 +08:00
parent ba73176dcf
commit 382702f753
4 changed files with 1 additions and 6 deletions

View file

@ -23,7 +23,6 @@ body
/* Don't allow to select [] */
:before, :after {
-webkit-user-select: none;
user-select: none;
}

View file

@ -50,7 +50,6 @@ a:hover {
padding-right: 0.4em;
color: #34517D;
background: #DDE6F5;
-webkit-user-select: none;
user-select: none;
cursor: default;
}
@ -219,7 +218,7 @@ code::selection {
.dsl_s_wav a {
text-decoration: none;
-webkit-user-select: none;
user-select: none;
display: inline-block;
width: 18px;
height: 18px;

View file

@ -71,8 +71,6 @@ a:hover
padding-right: 0.3em;
color: #4480f8;
background: #E0E8F0;
-webkit-user-select: none;
user-select: none;
cursor: default;
}

View file

@ -22,7 +22,6 @@ body
/* Don't allow to select [] */
:before, :after {
-webkit-user-select: none;
user-select: none;
}