summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
authorfuyu <54523771+mfmfuyu@users.noreply.github.com>2020-03-06 22:54:23 +0900
committerGitHub <noreply@github.com>2020-03-06 22:54:23 +0900
commit3ca3712bae1b3eefb05f1969ab834fcbdd4463b6 (patch)
tree862ef32c067445bb030b0fac26f12c8b5582bd81 /src/client
parentMFMをテキストに戻す (#6131) (diff)
downloadsharkey-3ca3712bae1b3eefb05f1969ab834fcbdd4463b6.tar.gz
sharkey-3ca3712bae1b3eefb05f1969ab834fcbdd4463b6.tar.bz2
sharkey-3ca3712bae1b3eefb05f1969ab834fcbdd4463b6.zip
ダークテーマ利用時にセレクトが使いにくくなる問題を修正 (#6117)
Diffstat (limited to 'src/client')
-rw-r--r--src/client/components/ui/select.vue5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/client/components/ui/select.vue b/src/client/components/ui/select.vue
index a1e89cdf02..ce21949713 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,