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:
brian-harris
2021-07-15 12:08:59 -07:00
committed by GitHub
parent 0ff8786885
commit b45f3e7218
5 changed files with 59 additions and 30 deletions

View File

@@ -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) => {