From df08fc0af6e80b31daba35367b266ac7857fde46 Mon Sep 17 00:00:00 2001 From: "Kalle (Sendou)" <38327916+Sendouc@users.noreply.github.com> Date: Fri, 17 Dec 2021 22:56:16 +0200 Subject: [PATCH] Fix Edge white on white selects --- app/styles/global.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/styles/global.css b/app/styles/global.css index 6a0228a83..7c47e3782 100644 --- a/app/styles/global.css +++ b/app/styles/global.css @@ -201,12 +201,12 @@ article { white-space: pre-line; } -/* TODO: bug: white on white on Edge */ select { all: unset; width: 90%; border: 1px solid var(--border); + background: var(--select-background, var(--bg-lighter)); /* TODO: Get color from CSS var */ background-image: url('data:image/svg+xml;utf8,'); background-position-x: 95%;