fix(ui): remove !important override from toolbar option background color

This commit is contained in:
JustasM 2025-01-01 17:34:07 +02:00
parent 63d19c26ac
commit f7420ae03e

View file

@ -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 {