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 [] */ /* Don't allow to select [] */
:before, :after { :before, :after {
-webkit-user-select: none;
user-select: none; user-select: none;
} }

View file

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

View file

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

View file

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