Benjind/schema compare add aria label (#6767)

* Adds button extension for explicitly setting aria-label, in case the label is not screen-reader friendly

* Explicitly set aria-label for ellipsis buttons in SchemaCompare

* Changing localize call to double-quotes

* Removes unused getter for ariaLabel
This commit is contained in:
Benjin Dubishar
2019-08-15 15:14:37 -07:00
committed by GitHub
parent 314bd0e212
commit b05e35bdd7
4 changed files with 23 additions and 2 deletions

1
src/sql/azdata.d.ts vendored
View File

@@ -3356,6 +3356,7 @@ declare module 'azdata' {
isFile?: boolean;
fileContent?: string;
title?: string;
ariaLabel?: string;
}
export interface LoadingComponentProperties {