hide border on next page arrow

This commit is contained in:
Aadil Ayub 2022-01-13 15:18:00 +05:00
parent 5eefcf7677
commit 86fda70718
1 changed files with 11 additions and 0 deletions

View File

@ -663,6 +663,17 @@ li.page-item:last-child::after {
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 {
text-decoration: none;
}