Skip to content

Commit

Permalink
fix(Pagination): button style override pagination
Browse files Browse the repository at this point in the history
  • Loading branch information
myronliu347 committed Jul 24, 2019
1 parent b193dad commit 41e9399
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/pagination/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,16 @@
display: inline-block;
vertical-align: top;
}

&-item {
& &-item:not([disabled]) {
display: inline-block;
border-style: $pagination-item-border-style;
border-color: $pagination-item-border-color;
background: $pagination-item-bg;
color: $pagination-item-color;
box-shadow: $pagination-item-shadow;
}

& &-item {
&.#{$css-prefix}current {
border-color: $pagination-item-current-border-color;
background: $pagination-item-current-bg;
Expand Down

0 comments on commit 41e9399

Please sign in to comment.