Skip to content

Commit 32a7b32

Browse files
author
riteshsangwan
committed
fix styling issue
1 parent 83c9209 commit 32a7b32

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/components/Pagination/Pagination.scss

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
> a {
3838
color: #fff;
3939
}
40-
40+
}
4141
.break,
4242
.next,
4343
.prev {
@@ -58,7 +58,7 @@
5858

5959
.next.disabled,
6060
.prev.disabled {
61-
background-color: rgba(#efefef, 0.5);
61+
background-color: transparent;
6262

6363
> a {
6464
outline: none;
@@ -72,5 +72,3 @@
7272
.next {
7373
background-image: url('icon-pagination-next.png');
7474
}
75-
76-
}

0 commit comments

Comments
 (0)