mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 14:07:38 -07:00
ダークテーマ利用時にセレクトが使いにくくなる問題を修正 (#6117)
This commit is contained in:
parent
01a3e47d9b
commit
934d7b2392
1 changed files with 5 additions and 0 deletions
|
@ -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 a new issue