Skip to content

Commit

Permalink
💄 Add @pagination-item-bg-active
Browse files Browse the repository at this point in the history
close #14739
  • Loading branch information
afc163 committed Mar 9, 2019
1 parent 75a2038 commit 56570aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions components/pagination/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@

&-active {
font-weight: @pagination-font-weight-active;
background: @pagination-item-bg-active;
border-color: @primary-color;

a {
Expand Down
1 change: 1 addition & 0 deletions components/style/themes/default.less
Original file line number Diff line number Diff line change
Expand Up @@ -494,6 +494,7 @@
@pagination-item-size-sm: 24px;
@pagination-font-family: Arial;
@pagination-font-weight-active: 500;
@pagination-item-bg-active: transparent;

// Breadcrumb
// ---
Expand Down

0 comments on commit 56570aa

Please sign in to comment.