Remove extra filter icon from top ops tab (#23629)

This commit is contained in:
Lewis Sanchez
2023-07-03 18:02:47 -07:00
committed by GitHub
parent e7762b7c5a
commit d495ebebe3

View File

@@ -178,7 +178,6 @@ export class TopOperationsTabView extends Disposable implements IPanelView {
const headerSearchBarContainer = DOM.$('.top-operations-header-search-bar');
headerContainer.appendChild(headerSearchBarContainer);
headerContainer.classList.add('codicon', filterIconClassNames);
const topOperationsSearchInput = this._register(new InputBox(headerSearchBarContainer, this._contextViewService, {
ariaDescription: topOperationsSearchDescription,