Un3qual
(Ryan)
1
Continuing the discussion from A better poll
feature:
You can disable selection in polls with this css:
.poll {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
إعجابَين (2)
No need to be so verbose, we already have a SASS mixin for this.
إعجاب واحد (1)
Ok good idea, I added this
div.poll {
@include unselectable;
zogstrip
(Régis Hanol)
4
oh noes!
DOUBLE UNSELECTABLE!
إعجابَين (2)
zogstrip
(Régis Hanol)
7
Does that mean it’s SELECTABLE
? 
إعجاب واحد (1)