mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-05 17:23:51 -05:00
Add aria labels to buttons and spin inputs on Arc dashboards (#15798)
This commit is contained in:
@@ -113,7 +113,8 @@ export abstract class BaseInputKeyValue extends KeyValue {
|
||||
const copy = modelBuilder.button().withProperties<azdata.ButtonProperties>({
|
||||
iconPath: IconPathHelper.copy,
|
||||
width: '17px',
|
||||
height: '17px'
|
||||
height: '17px',
|
||||
ariaLabel: loc.copyConnectionStringToClipboard(key)
|
||||
}).component();
|
||||
|
||||
this.disposables.push(copy.onDidClick(async () => {
|
||||
|
||||
Reference in New Issue
Block a user