Skip to content

Commit

Permalink
Fix #97993 - Play button cuts into dropdown corners
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Solorio committed May 20, 2020
1 parent 210167b commit f78d846
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ export class StartDebugActionViewItem implements IActionViewItem {
selectBoxContainer.style.borderLeft = colors.selectBorder ? `1px solid ${colors.selectBorder}` : '';
const selectBackgroundColor = colors.selectBackground ? `${colors.selectBackground}` : '';
this.container.style.backgroundColor = selectBackgroundColor;
this.start.style.backgroundColor = selectBackgroundColor;
}));
this.debugService.getConfigurationManager().getDynamicProviders().then(providers => {
this.providers = providers;
Expand Down

0 comments on commit f78d846

Please sign in to comment.