fix: Fix selected item in poll select menus is unreadable in Firefox (#35402)

This commit is contained in:
diondiondion 2025-07-16 14:03:39 +02:00 committed by GitHub
commit 558b9c90a6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -939,6 +939,7 @@ body > [data-popper-placement] {
line-height: 20px;
letter-spacing: 0.1px;
color: $highlight-text-color;
background-color: var(--input-background-color);
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;