ダークテーマ利用時にセレクトが使いにくくなる問題を修正 (#6117)

This commit is contained in:
fuyu
2020-03-06 22:54:23 +09:00
committed by GitHub
parent a471e4b783
commit 3ca3712bae

View File

@ -158,6 +158,11 @@ export default Vue.extend({
outline: none;
box-shadow: none;
color: var(--fg);
option,
optgroup {
background: var(--bg);
}
}
> .prefix,