Skip to content

Commit f78d846

Browse files
author
Miguel Solorio
committed
Fix microsoft#97993 - Play button cuts into dropdown corners
1 parent 210167b commit f78d846

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/vs/workbench/contrib/debug/browser/debugActionViewItems.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ export class StartDebugActionViewItem implements IActionViewItem {
125125
selectBoxContainer.style.borderLeft = colors.selectBorder ? `1px solid ${colors.selectBorder}` : '';
126126
const selectBackgroundColor = colors.selectBackground ? `${colors.selectBackground}` : '';
127127
this.container.style.backgroundColor = selectBackgroundColor;
128-
this.start.style.backgroundColor = selectBackgroundColor;
129128
}));
130129
this.debugService.getConfigurationManager().getDynamicProviders().then(providers => {
131130
this.providers = providers;

0 commit comments

Comments
 (0)