forked from ruangrupa/lumbung.space
fix previous arrow in page navigation having border
This commit is contained in:
parent
3862d61741
commit
298715912c
@ -735,8 +735,10 @@ li.page-item.disabled {
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
li.page-item:first-child,
|
li.page-item[aria-label="Next"],
|
||||||
li.page-item:last-child {
|
li.page-item[aria-label="Previous"],
|
||||||
|
li.page-item[aria-label="First"],
|
||||||
|
li.page-item[aria-label="Last"] {
|
||||||
border: none;
|
border: none;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user