washingtonstateuniversity / WSU-spine

The spine that binds together wsu.edu
14 stars 7 forks source link

Overview items are not properly highlighted as dogeared #383

Closed jeremyfelt closed 8 years ago

jeremyfelt commented 8 years ago

In #328, I removed $("#spine .active:not(:has(.active))").addClass("dogeared"); because for some reason I was reading it in the context of CSS rather than a jQuery selector and got confused. 💣

This means that "Overview" links generated by the Spine are no longer properly tagged as .dogeared when they are the active page.

We'll want to reimplement this and adjust the logic processing active and current accordingly.