make polls unselectable

https://meta.discourse.org/t/disabling-text-selection-in-polls/31586
This commit is contained in:
Jeff Atwood 2015-07-31 03:43:02 -07:00
parent 233cdc011d
commit 9b819d9245
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,6 @@
div.poll { div.poll {
@include unselectable;
display: table; display: table;
width: 500px; width: 500px;
max-width: 500px; max-width: 500px;