hide border on next page arrow
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-01-13 15:18:00 +05:00
parent 5eefcf7677
commit 86fda70718
+11
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;
}