tunapanda / funzo-app

Cordova app running ember and h5p
2 stars 3 forks source link

Bad CSS on nav panel select #69

Closed usernamenumber closed 8 years ago

usernamenumber commented 8 years ago

Fred reports:

In the navigation panel at the bottom, the font is white on white until you mouse-over, so you can’t see the choices. Except for what you’re on, it just looks like a blank box.

I've been able to reproduce what I think he's talking about as follows:

  1. Load a book section
  2. Click the page, nav panel appears as expected, including Section label.
  3. Click the dropdown, Section label disappears.

Problem appears to be because this changes one of the applicable classes from .form-group to .form-group .is-focused, and all the latter does is set the color property. So, hopefully an easy fix.