diff --git a/packages/ui-color-utils/tsconfig.build.json b/packages/ui-color-utils/tsconfig.build.json index d24a52057c..baa95efef3 100644 --- a/packages/ui-color-utils/tsconfig.build.json +++ b/packages/ui-color-utils/tsconfig.build.json @@ -9,6 +9,6 @@ "references": [ { "path": "../ui-babel-preset/tsconfig.build.json" - }, + } ] } diff --git a/packages/ui-top-nav-bar/src/TopNavBar/TopNavBarItem/index.tsx b/packages/ui-top-nav-bar/src/TopNavBar/TopNavBarItem/index.tsx index 585e018f67..e7e6c9ba4a 100644 --- a/packages/ui-top-nav-bar/src/TopNavBar/TopNavBarItem/index.tsx +++ b/packages/ui-top-nav-bar/src/TopNavBar/TopNavBarItem/index.tsx @@ -435,7 +435,7 @@ class TopNavBarItem extends Component { this.handleItemRef(e as HTMLButtonElement | HTMLLinkElement) }, withFocusOutline: - withFocusOutline || this.hasOpenPopover || this.state.isFocused + withFocusOutline || this.hasOpenPopover ? true : undefined } }