forked from ruangrupa/lumbung.space
hide border on next page arrow
This commit is contained in:
parent
5eefcf7677
commit
86fda70718
@ -663,6 +663,17 @@ li.page-item:last-child::after {
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
li.page-item:nth-last-child(2) {
|
||||||
|
border: none;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
li.page-item:nth-last-child(2)::before,
|
||||||
|
li.page-item:nth-last-child(2)::after {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
li.page-item a {
|
li.page-item a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user