未验证 提交 5ddb6c20 编写于 作者: A Alexander 提交者: GitHub

Remove unnecessary transparent border

上级 45e59bf5
......@@ -170,7 +170,7 @@ export class DebugActionsWidget extends Themable implements IWorkbenchContributi
this.$el.style('border', `1px solid ${contrastBorderColor}`);
} else {
this.$el.style({
'border': `1px solid ${borderColor ? borderColor : 'transparent'}`,
'border': borderColor ? `1px solid ${borderColor}` : 'none',
'border-width': '1px 0'
});
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册