diff --git a/src/components/Tabs/tabs.module.scss b/src/components/Tabs/tabs.module.scss index 9fa3910fe..5550f6574 100644 --- a/src/components/Tabs/tabs.module.scss +++ b/src/components/Tabs/tabs.module.scss @@ -90,6 +90,7 @@ // Hides the browser default keyboard focus-visible styles. // Use the ConfigProvider instead. &:focus-visible { + box-shadow: inset var(--focus-visible-box-shadow); outline: none; }