fix(ui): ensure consistent dark-mode background toolbar select option
This commit is contained in:
parent
a9aa6cdc74
commit
63d19c26ac
|
|
@ -63,7 +63,7 @@
|
||||||
margin: 2px;
|
margin: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.toolbar select {
|
.toolbar option {
|
||||||
background-color: var(--vscode-tab-activeBackground) !important;
|
background-color: var(--vscode-tab-activeBackground) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue