Top-bar dropdown images now link to pages
authorLaury GvR <laury@gaslightmedia.com>
Thu, 20 Jul 2017 15:57:23 +0000 (11:57 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 20 Jul 2017 15:57:23 +0000 (11:57 -0400)
commit9298a3ba4e464867c9b6cd76039d0007088fa2b3
treee6a2d8fd8de05b4714920638e2f79730f4acbe74
parent9986e17f6a3e2818b8ad2e238e137183599a1042
Top-bar dropdown images now link to pages

To avoid uprooting the menu walker which uses before (and not
actual img elements which could be clicked), and to avoid having
to wrap the li or its contents in an anchor somehow, I added some
jquery to make the entire menu-item li direct to the href of its
child anchor, to emulate this being done through clicking on the
image. Also added a cursor pointer.
css/app.css
js/app.js
js/custom/pageSetup.js
scss/_topbar.scss