浏览代码

SONAR-21467 Drop tabs effect on focus

tags/10.4.0.87286
stanislavh 4 个月前
父节点
当前提交
3064a93c4a
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0
    1
      server/sonar-web/design-system/src/components/Tabs.tsx

+ 0
- 1
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;

正在加载...
取消
保存