mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-27 19:24:08 +00:00
style: remove css -webkit-user-select and replace with user-select
This commit is contained in:
parent
ba73176dcf
commit
382702f753
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue