fix(ui): fix washed out dropdown colors in dark mode (#34186)

This commit is contained in:
JustasM 2025-01-08 16:14:22 +02:00 committed by GitHub
parent ada68cd6f0
commit d6d5944797
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -63,6 +63,10 @@
margin: 2px;
}
.toolbar option {
background-color: var(--vscode-tab-activeBackground)
}
.toolbar input, .toolbar select {
border: none;
color: var(--vscode-input-foreground);