kodeklubben / codeclub-viewer

A viewer to display codeclub lessons
4 stars 17 forks source link

654: Fix filter checkboxes #657

Closed NorwegianKiwi closed 5 years ago

NorwegianKiwi commented 5 years ago

This PR fixes the problem in issue #654 that checkboxes disappear from filter after visiting a lesson.

The fix is to wrap css for lesson content in classname .lessonContent and apply this to the content div.

Note that this might be a symptom that the styles are not being applied correctly. In theory, the css from the lesson page should be removed when moving back to front page or course page.

Tip: When reviewing this, select "Hide whitespace changes"