mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 22:36:31 +08:00
Add variable for Pagination font-weight when active (#9603)
This commit is contained in:
parent
0d9dcb1714
commit
a0e161ccdd
@ -66,7 +66,7 @@
|
||||
|
||||
&-active {
|
||||
border-color: @primary-color;
|
||||
font-weight: 500;
|
||||
font-weight: @pagination-font-weight-active;
|
||||
|
||||
a {
|
||||
color: @primary-color;
|
||||
|
@ -430,6 +430,7 @@
|
||||
@pagination-item-size: 32px;
|
||||
@pagination-item-size-sm: 24px;
|
||||
@pagination-font-family: Arial;
|
||||
@pagination-font-weight-active: 500;
|
||||
|
||||
// Breadcrumb
|
||||
// ---
|
||||
|
Loading…
Reference in New Issue
Block a user