washingtonstateuniversity / WSU-spine

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

Allow the current section to be toggled open/closed #386

Closed jeremyfelt closed 8 years ago

jeremyfelt commented 8 years ago

When an overview list item is dynamically created, and its parent list item is marked as active, then add opened to the parent so that the open/close behavior can be used. Remove active as it is not necessary for functionality.

When a non-overview list item is marked as active, make sure its parent has the opened class so that it can be open/closed as well.

Fixes #368.

jeremyfelt commented 8 years ago

@philcable #reviewmerge?

philcable commented 8 years ago

Looks good!