mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-01 09:35:41 -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:
@@ -171,10 +171,11 @@ export abstract class DacFxConfigPage extends BasePage {
|
||||
});
|
||||
|
||||
this.fileTextBox.ariaLabel = loc.fileLocation;
|
||||
this.fileButton = this.view.modelBuilder.button().withProperties({
|
||||
this.fileButton = this.view.modelBuilder.button().withProps({
|
||||
label: '•••',
|
||||
title: loc.selectFile,
|
||||
ariaLabel: loc.selectFile
|
||||
ariaLabel: loc.selectFile,
|
||||
secondary: true
|
||||
}).component();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user