mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-17 09:35:37 -05:00
align with portal button style (#14187)
* align with portal button style * fix welcome page * image button * more fixes * use withProperties * add comment back * add border radius
This commit is contained in:
@@ -135,6 +135,7 @@ export class MainThreadModelViewDialog implements MainThreadModelViewDialogShape
|
||||
button = new DialogButton(details.label, details.enabled);
|
||||
button.position = details.position;
|
||||
button.hidden = details.hidden;
|
||||
button.secondary = details.secondary;
|
||||
button.onClick(() => this.onButtonClick(handle));
|
||||
this._buttons.set(handle, button);
|
||||
} else {
|
||||
@@ -143,6 +144,7 @@ export class MainThreadModelViewDialog implements MainThreadModelViewDialogShape
|
||||
button.hidden = details.hidden;
|
||||
button.focused = details.focused;
|
||||
button.position = details.position;
|
||||
button.secondary = details.secondary;
|
||||
}
|
||||
|
||||
return Promise.resolve();
|
||||
|
||||
Reference in New Issue
Block a user