mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
turns out we had a mixin for unselectable
This commit is contained in:
parent
807bfbd9bb
commit
a886261f75
@ -155,10 +155,7 @@ a:hover.reply-new {
|
|||||||
height: 34px;
|
height: 34px;
|
||||||
|
|
||||||
/* as a big ol' click target, don't let text inside be selected */
|
/* as a big ol' click target, don't let text inside be selected */
|
||||||
-webkit-user-select: none;
|
@include unselectable;
|
||||||
-moz-user-select: none;
|
|
||||||
-ms-user-select: none;
|
|
||||||
user-select: none;
|
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
@ -108,10 +108,7 @@
|
|||||||
height: 34px;
|
height: 34px;
|
||||||
|
|
||||||
/* as a big ol' click target, don't let text inside be selected */
|
/* as a big ol' click target, don't let text inside be selected */
|
||||||
-webkit-user-select: none;
|
@include unselectable;
|
||||||
-moz-user-select: none;
|
|
||||||
-ms-user-select: none;
|
|
||||||
user-select: none;
|
|
||||||
|
|
||||||
.nums {
|
.nums {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
Loading…
Reference in New Issue
Block a user