This commit is contained in:
parent
40f8926fba
commit
24f202440e
@ -29,7 +29,7 @@
|
|||||||
document.querySelector('#thumb-'+ id).remove();
|
document.querySelector('#thumb-'+ id).remove();
|
||||||
}
|
}
|
||||||
|
|
||||||
// remove black box around "previous" page nav link (couldn't handle this with CSS nth-child)
|
// remove box around "previous" page nav link (couldn't handle this with CSS nth-child)
|
||||||
document.querySelector('[aria-label="Previous"]').parentElement.classList.add('previous-page-link')
|
document.querySelector('[aria-label="Previous"]').parentElement.classList.add('previous-page-link')
|
||||||
|
|
||||||
// for toggling submenus in mobile navigation drawer
|
// for toggling submenus in mobile navigation drawer
|
||||||
|
Loading…
Reference in New Issue
Block a user