use modern/current vendor prefixes
This commit is contained in:
parent
224ae7fc92
commit
f49b661a0d
|
@ -156,9 +156,8 @@ a:hover.reply-new {
|
|||
|
||||
/* as a big ol' click target, don't let text inside be selected */
|
||||
-webkit-user-select: none;
|
||||
-khtml-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-o-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
|
||||
&:hover {
|
||||
|
|
|
@ -109,9 +109,8 @@
|
|||
|
||||
/* as a big ol' click target, don't let text inside be selected */
|
||||
-webkit-user-select: none;
|
||||
-khtml-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-o-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
|
||||
.nums {
|
||||
|
|
Loading…
Reference in New Issue