We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83c9209 commit 32a7b32Copy full SHA for 32a7b32
src/components/Pagination/Pagination.scss
@@ -37,7 +37,7 @@
37
> a {
38
color: #fff;
39
}
40
-
+}
41
.break,
42
.next,
43
.prev {
@@ -58,7 +58,7 @@
58
59
.next.disabled,
60
.prev.disabled {
61
- background-color: rgba(#efefef, 0.5);
+ background-color: transparent;
62
63
64
outline: none;
@@ -72,5 +72,3 @@
72
.next {
73
background-image: url('icon-pagination-next.png');
74
75
76
-}
0 commit comments