Skip to content

Commit 4a5d501

Browse files
authored
Update role and aria-label for the Hide button in the Welcome View (microsoft#165505)
Update role and aria-label for the Hide button
1 parent e3155b6 commit 4a5d501

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/vs/workbench/contrib/welcomeGettingStarted/browser/gettingStarted.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -990,6 +990,8 @@ export class GettingStartedPage extends EditorPane {
990990
'tabindex': 0,
991991
'x-dispatch': 'hideCategory:' + category.id,
992992
'title': localize('close', "Hide"),
993+
'role': 'button',
994+
'aria-label': localize('closeAriaLabel', "Hide"),
993995
}),
994996
),
995997
descriptionContent,

0 commit comments

Comments
 (0)