diff options
Diffstat (limited to 'server/sonar-web/design-system/src/components')
-rw-r--r-- | server/sonar-web/design-system/src/components/Tabs.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/server/sonar-web/design-system/src/components/Tabs.tsx b/server/sonar-web/design-system/src/components/Tabs.tsx index 24b071b66a9..959691a5ab4 100644 --- a/server/sonar-web/design-system/src/components/Tabs.tsx +++ b/server/sonar-web/design-system/src/components/Tabs.tsx @@ -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; |