]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-21467 Drop tabs effect on focus
authorstanislavh <stanislav.honcharov@sonarsource.com>
Wed, 31 Jan 2024 08:28:38 +0000 (09:28 +0100)
committersonartech <sonartech@sonarsource.com>
Wed, 31 Jan 2024 20:03:37 +0000 (20:03 +0000)
server/sonar-web/design-system/src/components/Tabs.tsx

index 24b071b66a900e2e9cf4f8205704ffcc852ec878..959691a5ab49115bf711d37c6cf0570c14e0d62c 100644 (file)
@@ -111,7 +111,6 @@ const TabButton = styled(BareButton)<{ selected: boolean }>`
     background: ${themeColor('tabHover')};
   }
 
-  &:focus,
   &:active {
     outline: ${themeBorder('xsActive', 'tabSelected', OPACITY_20_PERCENT)};
     z-index: 1;