fix: (tabs)Unexpected color change in the click area of the mobile tabs component (#44200)

This commit is contained in:
Electrolux 2023-08-14 12:08:25 +08:00 committed by GitHub
parent 5ddec3ab82
commit 56f2bc5072
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,