revert previous commit + trim code
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
298715912c
commit
dc81ff156c
@ -735,10 +735,9 @@ li.page-item.disabled {
|
||||
display: none;
|
||||
}
|
||||
|
||||
li.page-item[aria-label="Next"],
|
||||
li.page-item[aria-label="Previous"],
|
||||
li.page-item[aria-label="First"],
|
||||
li.page-item[aria-label="Last"] {
|
||||
li.page-item:first-child,
|
||||
li.page-item:last-child,
|
||||
li.page-item:nth-last-child(2) {
|
||||
border: none;
|
||||
text-decoration: none;
|
||||
}
|
||||
@ -746,15 +745,7 @@ li.page-item[aria-label="Last"] {
|
||||
li.page-item:first-child::before,
|
||||
li.page-item:first-child::after,
|
||||
li.page-item:last-child::before,
|
||||
li.page-item:last-child::after {
|
||||
display: none;
|
||||
}
|
||||
|
||||
li.page-item:nth-last-child(2) {
|
||||
border: none;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
li.page-item:last-child::after,
|
||||
li.page-item:nth-last-child(2)::before,
|
||||
li.page-item:nth-last-child(2)::after {
|
||||
display: none;
|
||||
|
Loading…
Reference in New Issue
Block a user