mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-11 03:22:59 +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 {
|
&-active {
|
||||||
border-color: @primary-color;
|
border-color: @primary-color;
|
||||||
font-weight: 500;
|
font-weight: @pagination-font-weight-active;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: @primary-color;
|
color: @primary-color;
|
||||||
|
@ -430,6 +430,7 @@
|
|||||||
@pagination-item-size: 32px;
|
@pagination-item-size: 32px;
|
||||||
@pagination-item-size-sm: 24px;
|
@pagination-item-size-sm: 24px;
|
||||||
@pagination-font-family: Arial;
|
@pagination-font-family: Arial;
|
||||||
|
@pagination-font-weight-active: 500;
|
||||||
|
|
||||||
// Breadcrumb
|
// Breadcrumb
|
||||||
// ---
|
// ---
|
||||||
|
Loading…
Reference in New Issue
Block a user