From a8535cfa2380a4ddd648d5d099701c0b5e8f3a22 Mon Sep 17 00:00:00 2001 From: Aman Harwara Date: Thu, 20 Oct 2022 13:34:28 +0530 Subject: [PATCH] fix: make tags non-tabbable --- .../javascripts/Components/Tags/SmartViewsListItem.tsx | 3 ++- .../src/javascripts/Components/Tags/TagsListItem.tsx | 10 +++------- packages/web/src/stylesheets/_navigation.scss | 6 ++++++ 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/packages/web/src/javascripts/Components/Tags/SmartViewsListItem.tsx b/packages/web/src/javascripts/Components/Tags/SmartViewsListItem.tsx index 6dc6f4a81..91a47d7d8 100644 --- a/packages/web/src/javascripts/Components/Tags/SmartViewsListItem.tsx +++ b/packages/web/src/javascripts/Components/Tags/SmartViewsListItem.tsx @@ -16,6 +16,7 @@ import { import { AppPaneId } from '../ResponsivePane/AppPaneMetadata' import { useResponsiveAppPane } from '../ResponsivePane/ResponsivePaneProvider' import { classNames } from '@/Utils/ConcatenateClassNames' +import { FOCUSABLE_BUT_NOT_TABBABLE } from '@/Constants/Constants' type Props = { view: SmartView @@ -115,7 +116,7 @@ const SmartViewsListItem: FunctionComponent = ({ view, tagsState }) => { <>
= observer( <>
.tag-info { display: flex; flex-direction: row;