From 0810fa1a65eb9f55fe6ddcb85e226aa41b8c419c Mon Sep 17 00:00:00 2001 From: andrew Date: Thu, 24 Oct 2024 19:04:08 -0500 Subject: [PATCH] fix(Notification): remove tabindex on close buttons (#17852) * fix(Notification): remove tabindex on close button * chore: update snapshots * fix(Notification): remove aria-hidden on close buttons * chore: update snapshots --- .../components/Notification/Notification.tsx | 4 ---- .../__tests__/Notification-test.js | 21 ------------------- .../__snapshots__/Notification-test.js.snap | 4 ---- 3 files changed, 29 deletions(-) diff --git a/packages/react/src/components/Notification/Notification.tsx b/packages/react/src/components/Notification/Notification.tsx index 0c82454f7608..48d12a3df419 100644 --- a/packages/react/src/components/Notification/Notification.tsx +++ b/packages/react/src/components/Notification/Notification.tsx @@ -493,9 +493,7 @@ export function ToastNotification({