From b8a0e4791361e3f2408181e494d7052c507ae0bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Hanol?= Date: Wed, 30 Jun 2021 07:25:59 +0200 Subject: [PATCH] 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. --- plugins/poll/assets/stylesheets/common/poll.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/poll/assets/stylesheets/common/poll.scss b/plugins/poll/assets/stylesheets/common/poll.scss index 652b21fd3e7..66548e11499 100644 --- a/plugins/poll/assets/stylesheets/common/poll.scss +++ b/plugins/poll/assets/stylesheets/common/poll.scss @@ -2,8 +2,6 @@ div.poll { margin: 1em 0; border: 1px solid var(--primary-low); - @include unselectable; - ul, ol { margin: 0;