mirror of
https://github.com/discourse/discourse.git
synced 2025-06-18 13:42:31 +08:00
UX: remove poll button bg color to avoid highlight issue (#28319)
This commit is contained in:
@ -23,7 +23,7 @@ div.poll-outer {
|
|||||||
padding: 0.5em 0;
|
padding: 0.5em 0;
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
button {
|
button {
|
||||||
background-color: var(--secondary);
|
background-color: transparent;
|
||||||
border: none;
|
border: none;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
padding-left: 23px;
|
padding-left: 23px;
|
||||||
|
Reference in New Issue
Block a user