fix(ui): remove !important override from toolbar option background color
This commit is contained in:
parent
63d19c26ac
commit
f7420ae03e
|
|
@ -64,7 +64,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.toolbar option {
|
.toolbar option {
|
||||||
background-color: var(--vscode-tab-activeBackground) !important;
|
background-color: var(--vscode-tab-activeBackground)
|
||||||
}
|
}
|
||||||
|
|
||||||
.toolbar input, .toolbar select {
|
.toolbar input, .toolbar select {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue