From d495ebebe350b91faa08ffb677cd08a4fb039bdb Mon Sep 17 00:00:00 2001 From: Lewis Sanchez <87730006+lewis-sanchez@users.noreply.github.com> Date: Mon, 3 Jul 2023 18:02:47 -0700 Subject: [PATCH] Remove extra filter icon from top ops tab (#23629) --- .../workbench/contrib/executionPlan/browser/topOperationsTab.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/sql/workbench/contrib/executionPlan/browser/topOperationsTab.ts b/src/sql/workbench/contrib/executionPlan/browser/topOperationsTab.ts index f3d57309f3..2dccfae52d 100644 --- a/src/sql/workbench/contrib/executionPlan/browser/topOperationsTab.ts +++ b/src/sql/workbench/contrib/executionPlan/browser/topOperationsTab.ts @@ -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,