make polls unselectable
https://meta.discourse.org/t/disabling-text-selection-in-polls/31586
This commit is contained in:
parent
233cdc011d
commit
9b819d9245
|
@ -1,4 +1,6 @@
|
||||||
div.poll {
|
div.poll {
|
||||||
|
@include unselectable;
|
||||||
|
|
||||||
display: table;
|
display: table;
|
||||||
width: 500px;
|
width: 500px;
|
||||||
max-width: 500px;
|
max-width: 500px;
|
||||||
|
|
Loading…
Reference in New Issue