mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 01:25:37 -05:00
Remove extra filter icon from top ops tab (#23629)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user