Skip to content

Commit 3ffed72

Browse files
committed
fix(neuron-ui): fix the color of pagination
1 parent c779a20 commit 3ffed72

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

packages/neuron-ui/src/styles/index.scss

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,19 @@ navbar {
6565
}
6666
}
6767

68+
// hack fabric ui experimental pagination style
69+
.ms-Pagination-container {
70+
button[aria-selected=false] {
71+
color: #0078d4 !important;
72+
text-decoration: underline;
73+
}
74+
75+
button[aria-selected=true] {
76+
color: rgb(96, 94, 92) !important;
77+
text-decoration: none !important;
78+
}
79+
}
80+
6881
@keyframes rotate360 {
6982
from {
7083
transform: rotate(0);

0 commit comments

Comments
 (0)