mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -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');
|
const headerSearchBarContainer = DOM.$('.top-operations-header-search-bar');
|
||||||
headerContainer.appendChild(headerSearchBarContainer);
|
headerContainer.appendChild(headerSearchBarContainer);
|
||||||
headerContainer.classList.add('codicon', filterIconClassNames);
|
|
||||||
|
|
||||||
const topOperationsSearchInput = this._register(new InputBox(headerSearchBarContainer, this._contextViewService, {
|
const topOperationsSearchInput = this._register(new InputBox(headerSearchBarContainer, this._contextViewService, {
|
||||||
ariaDescription: topOperationsSearchDescription,
|
ariaDescription: topOperationsSearchDescription,
|
||||||
|
|||||||
Reference in New Issue
Block a user