mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-01 09:39:51 -04:00
turns out we had a mixin for unselectable
This commit is contained in:
parent
807bfbd9bb
commit
a886261f75
2 changed files with 2 additions and 8 deletions
app/assets/stylesheets
|
@ -155,10 +155,7 @@ a:hover.reply-new {
|
|||
height: 34px;
|
||||
|
||||
/* as a big ol' click target, don't let text inside be selected */
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
@include unselectable;
|
||||
|
||||
&:hover {
|
||||
cursor: pointer;
|
||||
|
|
|
@ -108,10 +108,7 @@
|
|||
height: 34px;
|
||||
|
||||
/* as a big ol' click target, don't let text inside be selected */
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
@include unselectable;
|
||||
|
||||
.nums {
|
||||
position: relative;
|
||||
|
|
Loading…
Add table
Reference in a new issue