fix(ui): fix washed out dropdown colors in dark mode (#34186)
This commit is contained in:
parent
ada68cd6f0
commit
d6d5944797
|
|
@ -63,6 +63,10 @@
|
||||||
margin: 2px;
|
margin: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.toolbar option {
|
||||||
|
background-color: var(--vscode-tab-activeBackground)
|
||||||
|
}
|
||||||
|
|
||||||
.toolbar input, .toolbar select {
|
.toolbar input, .toolbar select {
|
||||||
border: none;
|
border: none;
|
||||||
color: var(--vscode-input-foreground);
|
color: var(--vscode-input-foreground);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue