mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-24 17:23:05 -05:00
add aria-label / name to image only buttons (#16124)
* add aria-label / name to image only buttons * add correct aria label to image buttons * add key number to button aria-label, title and action messages to differentient keys
This commit is contained in:
@@ -596,7 +596,8 @@ export class DatabaseBackupPage extends MigrationWizardPage {
|
||||
iconPath: IconPathHelper.refresh,
|
||||
iconHeight: 18,
|
||||
iconWidth: 18,
|
||||
height: 25
|
||||
height: 25,
|
||||
ariaLabel: constants.REFRESH,
|
||||
}).component();
|
||||
|
||||
this._networkShareContainerStorageAccountRefreshButton.onDidClick(async (value) => {
|
||||
|
||||
Reference in New Issue
Block a user