fix previous arrow in page navigation having border

This commit is contained in:
Aadil Ayub 2022-04-13 10:29:29 +05:00
parent 3862d61741
commit 298715912c
1 changed files with 4 additions and 2 deletions

View File

@ -735,8 +735,10 @@ li.page-item.disabled {
display: none;
}
li.page-item:first-child,
li.page-item:last-child {
li.page-item[aria-label="Next"],
li.page-item[aria-label="Previous"],
li.page-item[aria-label="First"],
li.page-item[aria-label="Last"] {
border: none;
text-decoration: none;
}