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

Command icon 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:

  • 3.0.x Comparechanges, plain diff MR !116
  • 3549774-gin-5- Comparecompare

Comments

mykola dolynskyi created an issue. See original summary.

mykola dolynskyi’s picture

christian.wiedemann’s picture

Hi, do you use the gin also for frontend theme? Maybe we switch the "if" to if gin is used as default theme?

christian.wiedemann’s picture

Status: Needs review » Postponed (maintainer needs more info)
mykola dolynskyi’s picture

@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)