Skip to content

Commit

Permalink
fixes #58820
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomoreno committed Sep 18, 2018
1 parent b12df72 commit d59d9f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/base/browser/ui/dropdown/dropdown.ts
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ export class DropdownMenuActionItem extends BaseActionItem {

render(container: HTMLElement): void {
const labelRenderer: ILabelRenderer = (el: HTMLElement): IDisposable => {
this.element = append(el, $('a.action-label'));
this.element = append(el, $('a.action-label.icon'));
addClasses(this.element, this.clazz);

this.element.tabIndex = 0;
Expand Down

0 comments on commit d59d9f5

Please sign in to comment.