mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-11 03:22:59 +08:00
fix: (tabs)Unexpected color change in the click area of the mobile tabs component (#44200)
This commit is contained in:
parent
5ddec3ab82
commit
56f2bc5072
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user