From c0611a06e56c6816c005f0becfc627bd551adbef Mon Sep 17 00:00:00 2001
From: Kris <kris.aubuchon@discourse.org>
Date: Mon, 12 Aug 2024 14:39:37 -0400
Subject: [PATCH] UX: remove poll button bg color to avoid highlight issue
 (#28319)

---
 plugins/poll/assets/stylesheets/common/poll.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/poll/assets/stylesheets/common/poll.scss b/plugins/poll/assets/stylesheets/common/poll.scss
index 188300f28d4..cd72fd4b601 100644
--- a/plugins/poll/assets/stylesheets/common/poll.scss
+++ b/plugins/poll/assets/stylesheets/common/poll.scss
@@ -23,7 +23,7 @@ div.poll-outer {
       padding: 0.5em 0;
       word-break: break-word;
       button {
-        background-color: var(--secondary);
+        background-color: transparent;
         border: none;
         text-align: left;
         padding-left: 23px;