From 9c3eb8f51f638c11e609032c36011801ae35c38b Mon Sep 17 00:00:00 2001 From: Evan Rusackas Date: Tue, 3 Sep 2024 12:04:22 -0600 Subject: [PATCH] fix(accessibility): logo outline on tab navigation, but not on click (#30077) --- superset-frontend/src/features/home/Menu.tsx | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/superset-frontend/src/features/home/Menu.tsx b/superset-frontend/src/features/home/Menu.tsx index 7afc7fb7ad85e..3d83aded7c0b7 100644 --- a/superset-frontend/src/features/home/Menu.tsx +++ b/superset-frontend/src/features/home/Menu.tsx @@ -68,6 +68,12 @@ const StyledHeader = styled.header` height: 100%; object-fit: contain; } + &:focus { + border-color: transparent; + } + &:focus-visible { + border-color: ${theme.colors.primary.dark1}; + } } .navbar-brand-text { border-left: 1px solid ${theme.colors.grayscale.light2}; @@ -306,11 +312,7 @@ export function Menu({ arrowPointAtCenter > {isFrontendRoute(window.location.pathname) ? ( - + {brand.alt} ) : (