Skip to content

Commit e39e998

Browse files
authored
feat: pagination buttons transition style (#6832)
1 parent cfd4aad commit e39e998

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/pagination/style/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ const genPaginationJumpStyle: GenerateStyle<PaginationToken, CSSObject> = token
399399
border: `${token.lineWidth}px ${token.lineType} transparent`,
400400
borderRadius: token.borderRadius,
401401
outline: 'none',
402-
transition: `border ${token.motionDurationMid}`,
402+
transition: `all ${token.motionDurationMid}`,
403403
},
404404

405405
[`&:focus-visible ${componentCls}-item-link`]: {

0 commit comments

Comments
 (0)