提交 a6aa3902 编写于 作者: S Sandeep Somavarapu

#100346 💄

上级 a24b3629
......@@ -12,7 +12,6 @@
.monaco-workbench .pane > .pane-body > .manual-sync-buttons-container .monaco-button {
margin-block-start: 13px;
margin-block-end: 13px;
margin-inline-start: 0px;
margin-inline-end: 0px;
max-width: 260px;
......
......@@ -80,7 +80,7 @@ export class UserDataManualSyncViewPane extends TreeViewPane {
this._register(attachButtonStyler(this.syncButton, this.themeService));
this._register(this.syncButton.onDidClick(() => this.apply()));
this.cancelButton = this._register(new Button(this.buttonsContainer));
this.cancelButton = this._register(new Button(this.buttonsContainer, { secondary: true }));
this.cancelButton.label = localize('cancel', "Cancel");
this._register(attachButtonStyler(this.cancelButton, this.themeService));
this._register(this.cancelButton.onDidClick(() => this.cancel()));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册