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:
Load a book section
Click the page, nav panel appears as expected, including Section label.
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.
Fred reports:
I've been able to reproduce what I think he's talking about as follows:
Section
label.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 thecolor
property. So, hopefully an easy fix.