diff options
| author | fuyu <54523771+mfmfuyu@users.noreply.github.com> | 2020-03-06 22:54:23 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-06 22:54:23 +0900 |
| commit | 3ca3712bae1b3eefb05f1969ab834fcbdd4463b6 (patch) | |
| tree | 862ef32c067445bb030b0fac26f12c8b5582bd81 /src/client/components/ui | |
| parent | MFMをテキストに戻す (#6131) (diff) | |
| download | sharkey-3ca3712bae1b3eefb05f1969ab834fcbdd4463b6.tar.gz sharkey-3ca3712bae1b3eefb05f1969ab834fcbdd4463b6.tar.bz2 sharkey-3ca3712bae1b3eefb05f1969ab834fcbdd4463b6.zip | |
ダークテーマ利用時にセレクトが使いにくくなる問題を修正 (#6117)
Diffstat (limited to 'src/client/components/ui')
| -rw-r--r-- | src/client/components/ui/select.vue | 5 |
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, |