mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-25 01:25:36 -05:00
add title for color box (#19121)
This commit is contained in:
@@ -41,6 +41,7 @@ export class Colorbox extends Widget {
|
||||
}
|
||||
if (opts.label) {
|
||||
this.domNode.setAttribute('aria-label', opts.label);
|
||||
this.domNode.title = opts.label;
|
||||
}
|
||||
|
||||
container.appendChild(this.domNode);
|
||||
|
||||
Reference in New Issue
Block a user