mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 03:59:50 +08:00
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:
parent
9a7adcd178
commit
b8a0e47913
|
@ -2,8 +2,6 @@ div.poll {
|
|||
margin: 1em 0;
|
||||
border: 1px solid var(--primary-low);
|
||||
|
||||
@include unselectable;
|
||||
|
||||
ul,
|
||||
ol {
|
||||
margin: 0;
|
||||
|
|
Loading…
Reference in New Issue
Block a user