From fee14ecdf6f97e085a0c382a5a61f64fc28e22bc Mon Sep 17 00:00:00 2001 From: afc163 Date: Fri, 4 Aug 2023 20:56:22 +0800 Subject: [PATCH] style: fix Pagination buttons transition style (#44030) --- components/pagination/style/index.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/components/pagination/style/index.ts b/components/pagination/style/index.ts index 787225261e15..31f4a79606b0 100644 --- a/components/pagination/style/index.ts +++ b/components/pagination/style/index.ts @@ -422,7 +422,7 @@ const genPaginationJumpStyle: GenerateStyle = (token border: `${token.lineWidth}px ${token.lineType} transparent`, borderRadius: token.borderRadius, outline: 'none', - transition: `border ${token.motionDurationMid}`, + transition: `all ${token.motionDurationMid}`, }, [`&:hover ${componentCls}-item-link`]: { @@ -502,7 +502,6 @@ const genPaginationItemStyle: GenerateStyle = (token display: 'block', padding: `0 ${token.paginationItemPaddingInline}px`, color: token.colorText, - transition: 'none', '&:hover': { textDecoration: 'none',