From 3ca3712bae1b3eefb05f1969ab834fcbdd4463b6 Mon Sep 17 00:00:00 2001 From: fuyu <54523771+mfmfuyu@users.noreply.github.com> Date: Fri, 6 Mar 2020 22:54:23 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=80=E3=83=BC=E3=82=AF=E3=83=86=E3=83=BC?= =?UTF-8?q?=E3=83=9E=E5=88=A9=E7=94=A8=E6=99=82=E3=81=AB=E3=82=BB=E3=83=AC?= =?UTF-8?q?=E3=82=AF=E3=83=88=E3=81=8C=E4=BD=BF=E3=81=84=E3=81=AB=E3=81=8F?= =?UTF-8?q?=E3=81=8F=E3=81=AA=E3=82=8B=E5=95=8F=E9=A1=8C=E3=82=92=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3=20(#6117)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/client/components/ui/select.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/client/components/ui/select.vue b/src/client/components/ui/select.vue index a1e89cdf0..ce2194971 100644 --- a/src/client/components/ui/select.vue +++ b/src/client/components/ui/select.vue @@ -158,6 +158,11 @@ export default Vue.extend({ outline: none; box-shadow: none; color: var(--fg); + + option, + optgroup { + background: var(--bg); + } } > .prefix,