diff --git a/components/segmented/style/index.tsx b/components/segmented/style/index.tsx index a15345e390..454628878b 100644 --- a/components/segmented/style/index.tsx +++ b/components/segmented/style/index.tsx @@ -99,6 +99,9 @@ const genSegmentedStyle: GenerateStyle = (token: SegmentedToken) insetInlineStart: 0, borderRadius: 'inherit', transition: `background-color ${token.motionDurationMid}`, + // This is mandatory to make it not clickable or hoverable + // Ref: https://github.com/ant-design/ant-design/issues/40888 + pointerEvents: 'none', }, [`&:hover:not(${componentCls}-item-selected):not(${componentCls}-item-disabled)`]: {