fix(ui): ensure consistent dark-mode background toolbar select option

This commit is contained in:
JustasM 2025-01-01 17:30:17 +02:00
parent a9aa6cdc74
commit 63d19c26ac

View file

@ -63,7 +63,7 @@
margin: 2px;
}
.toolbar select {
.toolbar option {
background-color: var(--vscode-tab-activeBackground) !important;
}