UX: remove poll button bg color to avoid highlight issue (#28319)

This commit is contained in:
Kris 2024-08-12 14:39:37 -04:00 committed by GitHub
parent 043fc0a117
commit c0611a06e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;