Bug #9664
open
Header fields do not properly style when backend dark mode is enabled
Added by krileon 2 months ago.
Updated 24 days ago.
Description
For example the headers under Privacy. They're using bg-light so they should but do not appear to be restyling properly. Maybe an issue with the text just being white.
This may also just be an issue in CB Privacy with its simplified privacy headers. Need to review both as both are designed the same.
Checked CB Privacy and it's not related. Those headers are added by CB Quickstart exclusively. CB Privacy adds no classes for the headers. The below would be the problem as bg-light doesn't have dark mode support.
<div class="bg-light text-center col-form-label">Features</div>
Maybe a better fix would be to add dark mode support to CB itself in backend for bg-light so the class can continue to be used fine.
Also available in: Atom
PDF