Skip to content

Commit

Permalink
chore(ui): update pagination style
Browse files Browse the repository at this point in the history
  • Loading branch information
xiejay97 committed Nov 30, 2022
1 parent 160c379 commit 238121d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/ui/src/styles/components/pagination.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,11 @@

@include e(button) {
&:not(.is-active) {
border: none;
border-color: transparent;
}

@include m(number) {
padding: 0 4px;
}
}

Expand Down Expand Up @@ -91,6 +95,7 @@
}

@include m(number) {
padding: 0 8px;
transition: border-color var(--#{$rd-prefix}animation-duration-base) linear, color var(--#{$rd-prefix}animation-duration-base) linear,
box-shadow var(--#{$rd-prefix}animation-duration-base) linear;

Expand Down

0 comments on commit 238121d

Please sign in to comment.