mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +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 [] */
|
||||
:before, :after {
|
||||
-webkit-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -71,8 +71,6 @@ a:hover
|
|||
padding-right: 0.3em;
|
||||
color: #4480f8;
|
||||
background: #E0E8F0;
|
||||
|
||||
-webkit-user-select: none;
|
||||
user-select: none;
|
||||
cursor: default;
|
||||
}
|
||||
|
|
|
@ -22,7 +22,6 @@ body
|
|||
|
||||
/* Don't allow to select [] */
|
||||
:before, :after {
|
||||
-webkit-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue