remove box around previous arrow in bottom navigation
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
dc81ff156c
commit
c5a7ad38fe
@ -27,6 +27,7 @@
|
||||
media.appendChild(iframe);
|
||||
document.querySelector('#thumb-'+ id).remove();
|
||||
}
|
||||
document.querySelector('[aria-label="Previous"]').parentElement.classList.add('previous-page-link')
|
||||
</script>
|
||||
|
||||
</html>
|
||||
|
@ -737,7 +737,8 @@ li.page-item.disabled {
|
||||
|
||||
li.page-item:first-child,
|
||||
li.page-item:last-child,
|
||||
li.page-item:nth-last-child(2) {
|
||||
li.page-item:nth-last-child(2),
|
||||
.previous-page-link {
|
||||
border: none;
|
||||
text-decoration: none;
|
||||
}
|
||||
@ -747,7 +748,9 @@ li.page-item:first-child::after,
|
||||
li.page-item:last-child::before,
|
||||
li.page-item:last-child::after,
|
||||
li.page-item:nth-last-child(2)::before,
|
||||
li.page-item:nth-last-child(2)::after {
|
||||
li.page-item:nth-last-child(2)::after,
|
||||
.previous-page-link::before,
|
||||
.previous-page-link::after {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user