ダークテーマ利用時にセレクトが使いにくくなる問題を修正 (#6117)
This commit is contained in:
parent
a471e4b783
commit
3ca3712bae
|
@ -158,6 +158,11 @@ export default Vue.extend({
|
||||||
outline: none;
|
outline: none;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
color: var(--fg);
|
color: var(--fg);
|
||||||
|
|
||||||
|
option,
|
||||||
|
optgroup {
|
||||||
|
background: var(--bg);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
> .prefix,
|
> .prefix,
|
||||||
|
|
Loading…
Reference in New Issue