mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-15 07:28:05 +00:00
also theme search icon correctly (#230240)
related to https://github.com/microsoft/vscode-copilot/issues/8823
This commit is contained in:
@@ -175,6 +175,11 @@
|
||||
font-size: 14px;
|
||||
opacity: .8;
|
||||
margin: auto 3px;
|
||||
color: var(--vscode-commandCenter-foreground);
|
||||
}
|
||||
|
||||
.monaco-workbench .part.titlebar.inactive > .titlebar-container > .titlebar-center > .window-title > .command-center .action-item.command-center-center .action-item.command-center-quick-pick .search-icon {
|
||||
color: var(--vscode-titleBar-inactiveForeground);
|
||||
}
|
||||
|
||||
.monaco-workbench .part.titlebar > .titlebar-container > .titlebar-center > .window-title > .command-center .action-item.command-center-center .action-item.command-center-quick-pick .search-label {
|
||||
|
||||
Reference in New Issue
Block a user