Skip to content

Commit

Permalink
fix: (tabs)Unexpected color change in the click area of the mobile ta…
Browse files Browse the repository at this point in the history
…bs component (ant-design#44200)
  • Loading branch information
electroluxcode authored Aug 14, 2023
1 parent 5ddec3a commit 56f2bc5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/tabs/style/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -663,6 +663,8 @@ const genTabStyle: GenerateStyle<TabsToken, CSSObject> = (token: TabsToken) => {
return {
[tabCls]: {
position: 'relative',
WebkitTouchCallout: 'none',
WebkitTapHighlightColor: 'transparent',
display: 'inline-flex',
alignItems: 'center',
padding: horizontalItemPadding,
Expand Down

0 comments on commit 56f2bc5

Please sign in to comment.