mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-12 12:23:08 +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 {
|
return {
|
||||||
[tabCls]: {
|
[tabCls]: {
|
||||||
position: 'relative',
|
position: 'relative',
|
||||||
|
WebkitTouchCallout: 'none',
|
||||||
|
WebkitTapHighlightColor: 'transparent',
|
||||||
display: 'inline-flex',
|
display: 'inline-flex',
|
||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
padding: horizontalItemPadding,
|
padding: horizontalItemPadding,
|
||||||
|
Loading…
Reference in New Issue
Block a user