From e19957bbc8949f4f69a62b91b1baa66aa478ad05 Mon Sep 17 00:00:00 2001 From: Ashley Harrison Date: Fri, 18 Nov 2022 15:29:50 +0000 Subject: [PATCH] Accessibility: Improve keyboard accessibility in `GettingStarted` panel (#58966) fix keyboard a11y in `GettingStarted` panel --- .../panel/gettingstarted/GettingStarted.tsx | 34 +++++++++++-------- 1 file changed, 19 insertions(+), 15 deletions(-) diff --git a/public/app/plugins/panel/gettingstarted/GettingStarted.tsx b/public/app/plugins/panel/gettingstarted/GettingStarted.tsx index 1687e268844..4941d87f6c5 100644 --- a/public/app/plugins/panel/gettingstarted/GettingStarted.tsx +++ b/public/app/plugins/panel/gettingstarted/GettingStarted.tsx @@ -90,21 +90,29 @@ export class GettingStarted extends PureComponent { ) : ( <> -
-
Remove this panel
-
+ {currentStep === steps.length - 1 && ( -
-
+