forked from ruangrupa/lumbung.space
remove box around previous arrow in bottom navigation
This commit is contained in:
@ -737,7 +737,8 @@ li.page-item.disabled {
|
||||
|
||||
li.page-item:first-child,
|
||||
li.page-item:last-child,
|
||||
li.page-item:nth-last-child(2) {
|
||||
li.page-item:nth-last-child(2),
|
||||
.previous-page-link {
|
||||
border: none;
|
||||
text-decoration: none;
|
||||
}
|
||||
@ -747,7 +748,9 @@ li.page-item:first-child::after,
|
||||
li.page-item:last-child::before,
|
||||
li.page-item:last-child::after,
|
||||
li.page-item:nth-last-child(2)::before,
|
||||
li.page-item:nth-last-child(2)::after {
|
||||
li.page-item:nth-last-child(2)::after,
|
||||
.previous-page-link::before,
|
||||
.previous-page-link::after {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user