From 92fc7a30dc1a4788d8f31d647d5b23c1be7ade6e Mon Sep 17 00:00:00 2001 From: diondiondion Date: Wed, 16 Jul 2025 14:03:39 +0200 Subject: [PATCH] [Glitch] fix: Fix selected item in poll select menus is unreadable in Firefox Port 558b9c90a6c2e3b854c302f21227e08aed908db8 to glitch-soc Signed-off-by: Claire --- app/javascript/flavours/glitch/styles/components.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/javascript/flavours/glitch/styles/components.scss b/app/javascript/flavours/glitch/styles/components.scss index 0f08fb4633..6c9d44b242 100644 --- a/app/javascript/flavours/glitch/styles/components.scss +++ b/app/javascript/flavours/glitch/styles/components.scss @@ -992,6 +992,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;