Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix mini Pagination background color
  • Loading branch information
afc163 committed Dec 10, 2017
1 parent 913daa2 commit e13c6d8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions components/pagination/style/index.less
Expand Up @@ -291,6 +291,10 @@
line-height: @pagination-item-size-sm;
}

&.mini &-item:not(&-item-active) {
background: transparent;
}

&.mini &-prev,
&.mini &-next {
margin: 0;
Expand All @@ -302,6 +306,7 @@
&.mini &-prev &-item-link,
&.mini &-next &-item-link {
border: 0;
background: transparent;
&:after {
height: @pagination-item-size-sm;
line-height: @pagination-item-size-sm;
Expand Down

1 comment on commit e13c6d8

@afc163
Copy link
Member Author

@afc163 afc163 commented on e13c6d8 Dec 10, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix
2017-12-10 16 42 17

to

2017-12-10 16 41 56

Please sign in to comment.