We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfd4aad commit e39e998Copy full SHA for e39e998
components/pagination/style/index.tsx
@@ -399,7 +399,7 @@ const genPaginationJumpStyle: GenerateStyle<PaginationToken, CSSObject> = token
399
border: `${token.lineWidth}px ${token.lineType} transparent`,
400
borderRadius: token.borderRadius,
401
outline: 'none',
402
- transition: `border ${token.motionDurationMid}`,
+ transition: `all ${token.motionDurationMid}`,
403
},
404
405
[`&:focus-visible ${componentCls}-item-link`]: {
0 commit comments