Skip to content

Commit

Permalink
var to theme pagination font (#9351)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrgeorgegray authored and afc163 committed Feb 13, 2018
1 parent c92cf5b commit 676635a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/pagination/style/index.less
Expand Up @@ -45,7 +45,7 @@
border: @border-width-base @border-style-base @border-color-base;
background-color: @component-background;
margin-right: 8px;
font-family: Arial;
font-family: @pagination-font-family;
outline: 0;

a {
Expand Down Expand Up @@ -134,7 +134,7 @@
&-next,
&-jump-prev,
&-jump-next {
font-family: Arial;
font-family: @pagination-font-family;
cursor: pointer;
color: @text-color;
border-radius: @border-radius-base;
Expand Down
1 change: 1 addition & 0 deletions components/style/themes/default.less
Expand Up @@ -426,6 +426,7 @@
// ---
@pagination-item-size: 32px;
@pagination-item-size-sm: 24px;
@pagination-font-family: Arial;

// Breadcrumb
// ---
Expand Down

0 comments on commit 676635a

Please sign in to comment.