Problem/Motivation

One of my students has reported the following bug:
Opigno_lms lesson switcher style bug
As you can see, the lesson numbers are invisible (with "Allow jumping" option enabled).

Proposed resolution

I've just fixed it on my subtheme level by adding the following code to CSS:

#quiz-jumper {
  color:#000;
}

Since it is a design bug feel free to move this issue to the Platon project.

Thanks,
Konstantin

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

axelm’s picture

Assigned: Unassigned » Jamesap
Jamesap’s picture

Title: Lesson numbers in the quiz lesson switcher are invisible » [1.18] Lesson numbers in the quiz lesson switcher are invisible
Jamesap’s picture

Status: Active » Patch (to be ported)
Konstantin Komelin’s picture

Thanks!

axelm’s picture

Status: Patch (to be ported) » Closed (fixed)