From e07f115f9880b70f14fc4698b32bb375fa3d7ee8 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Fri, 18 Nov 2022 10:54:21 -0500 Subject: [PATCH] [v9.3.x] Accessibility: Improve keyboard accessibility in `GettingStarted` panel (#58977) Accessibility: Improve keyboard accessibility in `GettingStarted` panel (#58966) fix keyboard a11y in `GettingStarted` panel (cherry picked from commit e19957bbc8949f4f69a62b91b1baa66aa478ad05) Co-authored-by: Ashley Harrison --- .../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 && ( -
-
+