diff options
author | stanislavh <stanislav.honcharov@sonarsource.com> | 2024-01-31 09:28:38 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-01-31 20:03:37 +0000 |
commit | 3064a93c4ac41e86e416a8e2bd7ba91d3b805b9f (patch) | |
tree | 444d676ce3a2b46387639eb02e89bab9db3a2183 /server/sonar-web/design-system/src/components | |
parent | 68cdc84139405f39dac06d55ad37f636e12e6a7f (diff) | |
download | sonarqube-3064a93c4ac41e86e416a8e2bd7ba91d3b805b9f.tar.gz sonarqube-3064a93c4ac41e86e416a8e2bd7ba91d3b805b9f.zip |
SONAR-21467 Drop tabs effect on focus
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; |