fix previous arrow in page navigation having border
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
3862d61741
commit
298715912c
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user