2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

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

View file

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