Skip to content

Commit

Permalink
remove highlight for panel (#200717)
Browse files Browse the repository at this point in the history
  • Loading branch information
benibenj authored Dec 13, 2023
1 parent f87fb29 commit 5da45d1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/vs/workbench/browser/parts/paneCompositePart.ts
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,6 @@ export abstract class AbstractPaneCompositePart extends CompositePart<PaneCompos
orientation: ActionsOrientation.HORIZONTAL,
getKeyBinding: action => this.keybindingService.lookupKeybinding(action.id),
anchorAlignmentProvider: () => this.getTitleAreaDropDownAnchorAlignment(),
highlightToggledItems: true,
toggleMenuTitle: localize('moreActions', "More Actions...")
}));

Expand Down

0 comments on commit 5da45d1

Please sign in to comment.