UX: make poll content selectable (#13529)

When initially released, the polls had a different design that didn't interact
well with the quote button - https://meta.discourse.org/t/31586

Now that the design has evolved, not being able to select text from inside a poll is
counter productive, so it's enabled again.
This commit is contained in:
Régis Hanol 2021-06-30 07:25:59 +02:00 committed by GitHub
parent 9a7adcd178
commit b8a0e47913
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,8 +2,6 @@ div.poll {
margin: 1em 0; margin: 1em 0;
border: 1px solid var(--primary-low); border: 1px solid var(--primary-low);
@include unselectable;
ul, ul,
ol { ol {
margin: 0; margin: 0;