Skip to content

Commit 9fd9f11

Browse files
committed
Also make button focusable
1 parent d0d5aa9 commit 9fd9f11

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1293,6 +1293,7 @@ export class GettingStartedPage extends EditorPane {
12931293
'data-done-step-id': step.id,
12941294
'x-dispatch': 'toggleStepCompletion:' + step.id,
12951295
'role': 'checkbox',
1296+
'tabindex': '0',
12961297
});
12971298

12981299
const container = $('.step-description-container', { 'x-step-description-for': step.id });

0 commit comments

Comments
 (0)