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:
parent
233cdc011d
commit
9b819d9245
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue