提交 09f3da07 编写于 作者: I isidor

debug: no need for 1px to be specified in border

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