Skip to content

Commit

Permalink
fix(neuron-ui): fix the color of pagination
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith-CY committed Aug 20, 2019
1 parent c779a20 commit 3ffed72
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions packages/neuron-ui/src/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,19 @@ navbar {
}
}

// hack fabric ui experimental pagination style
.ms-Pagination-container {
button[aria-selected=false] {
color: #0078d4 !important;
text-decoration: underline;
}

button[aria-selected=true] {
color: rgb(96, 94, 92) !important;
text-decoration: none !important;
}
}

@keyframes rotate360 {
from {
transform: rotate(0);
Expand Down

0 comments on commit 3ffed72

Please sign in to comment.