Skip to content

Commit

Permalink
feat(neuron-ui): update the pagination style
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith-CY committed Nov 16, 2019
1 parent 53b13da commit 646cf8f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/neuron-ui/src/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,15 @@ navbar {

// hack fabric ui experimental pagination style
.ms-Pagination-container {
position: relative;

&>div:last-child {
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
}

button[aria-selected=false] {
color: #0078d4 !important;
text-decoration: underline;
Expand Down

0 comments on commit 646cf8f

Please sign in to comment.