Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.Hi.
Because of next code horizontal tabs are broken
// Gin 4.
foreach ($css as $name => $config) {
if (str_contains($name, 'core/themes/claro/css/components') &&
!in_array($name, $whitelist)
) {
unset($css[$name]);
}
}
in web/modules/contrib/gin_lb/src/HookHandler/CssAlter.php::alter()
All the details and step-by-step reproduction described here https://www.drupal.org/project/gin/issues/3547186#comment-16288119
Issue fork gin_lb-3549774
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
mykola dolynskyiAS PATCH https://git.drupalcode.org/issue/gin_lb-3549774/-/commit/6a81769623cb63b...
Comment #4
christian.wiedemann commentedHi, do you use the gin also for frontend theme? Maybe we switch the "if" to if gin is used as default theme?
Comment #5
christian.wiedemann commentedComment #6
mykola dolynskyi@christian.wiedemann no, it is only admin theme in my case and issue about admin UI
You can see it on screenshot from link above
Bug was reproduced and on clean install (0 custom project, just composer install and enable required minimum) and on live clients project (updated from d9 to d11 latest)