Skip to content

Commit 5da45d1

Browse files
authored
remove highlight for panel (#200717)
1 parent f87fb29 commit 5da45d1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/vs/workbench/browser/parts/paneCompositePart.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,6 @@ export abstract class AbstractPaneCompositePart extends CompositePart<PaneCompos
306306
orientation: ActionsOrientation.HORIZONTAL,
307307
getKeyBinding: action => this.keybindingService.lookupKeybinding(action.id),
308308
anchorAlignmentProvider: () => this.getTitleAreaDropDownAnchorAlignment(),
309-
highlightToggledItems: true,
310309
toggleMenuTitle: localize('moreActions', "More Actions...")
311310
}));
312311

0 commit comments

Comments
 (0)