OER-WEB-TEAM / design-system--drupal-theme

1 stars 0 forks source link

Layout builder off-canvas menu headers have wrong color #49

Closed AlexVanK closed 5 months ago

AlexVanK commented 5 months ago

The headers in the off-canvas menu when editing a node in layout view, have white text against white background:

image

This is a Drupal Core bug. Related issue: https://www.drupal.org/project/drupal/issues/3291797

AlexVanK commented 5 months ago

Temporarily fixed in NIHOD5 -- needs to be taken out when addressed at core:

image

AlexVanK commented 5 months ago

It turns out this is not a Drupal bug, but a Bootstrap 5 theme bug. the /themes/bootstrap5/templates/form/details.html.twig adds a bg-light class to the header, causing that issue.

Overwritten the template in NIHOD5 to address that. However this is temporary until fixed at core (Bootstrap5 theme)