From 3ffed72c11531d2b6eda025f0eef91776f0c55ee Mon Sep 17 00:00:00 2001 From: Keith Date: Tue, 20 Aug 2019 17:51:07 +0800 Subject: [PATCH] fix(neuron-ui): fix the color of pagination --- packages/neuron-ui/src/styles/index.scss | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages/neuron-ui/src/styles/index.scss b/packages/neuron-ui/src/styles/index.scss index 4de3c265be..16a572d0ef 100755 --- a/packages/neuron-ui/src/styles/index.scss +++ b/packages/neuron-ui/src/styles/index.scss @@ -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);