mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-11 11:32:52 +08:00
style: remove Pagination default font family (#50808)
This commit is contained in:
parent
7d6e7861b6
commit
f0910375ea
@ -398,7 +398,6 @@ const genPaginationJumpStyle: GenerateStyle<PaginationToken, CSSObject> = (token
|
|||||||
display: 'block',
|
display: 'block',
|
||||||
margin: 'auto',
|
margin: 'auto',
|
||||||
color: token.colorTextDisabled,
|
color: token.colorTextDisabled,
|
||||||
fontFamily: 'Arial, Helvetica, sans-serif',
|
|
||||||
letterSpacing: token.paginationEllipsisLetterSpacing,
|
letterSpacing: token.paginationEllipsisLetterSpacing,
|
||||||
textAlign: 'center',
|
textAlign: 'center',
|
||||||
textIndent: token.paginationEllipsisTextIndent,
|
textIndent: token.paginationEllipsisTextIndent,
|
||||||
@ -446,7 +445,6 @@ const genPaginationJumpStyle: GenerateStyle<PaginationToken, CSSObject> = (token
|
|||||||
},
|
},
|
||||||
|
|
||||||
[`${componentCls}-prev, ${componentCls}-next`]: {
|
[`${componentCls}-prev, ${componentCls}-next`]: {
|
||||||
fontFamily: 'Arial, Helvetica, sans-serif',
|
|
||||||
outline: 0,
|
outline: 0,
|
||||||
|
|
||||||
button: {
|
button: {
|
||||||
|
Loading…
Reference in New Issue
Block a user