Menu spacer doesn't work more in the toolbar

Created on 1 December 2023, over 1 year ago
Updated 4 December 2023, over 1 year ago

In "menu--toolbar--gin.html.twig" still exists the next commented example:

      {# {% if menu_level == 0 and item.gin_id == 'help-main' %}
        <li class="menu-item menu-item__spacer menu-item--no-link"></li>
      {% endif %} #}

But it stopped work - it not provides a space between menu icons in the dashboard more. Looks like the next CSS rule is lost:

@media (min-width: 976px) {
  .toolbar-menu-administration > .toolbar-menu .menu-item__spacer {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
🐛 Bug report
Status

Closed: works as designed

Component

Code

Created by

🇧🇾Belarus dewalt

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @dewalt
  • Status changed to Closed: works as designed over 1 year ago
  • 🇨🇭Switzerland saschaeggi Zurich

    Closing as we have removed this.

  • Status changed to Needs work over 1 year ago
  • 🇧🇾Belarus dewalt

    @saschaeggi I see, but in this way it should be removed from "menu--toolbar--gin.html.twig" where it still exists.

  • 🇧🇾Belarus dewalt

    Could you please provide a link to the release notes it was removed? I'd like to read before creating a feature request.

  • Status changed to Closed: works as designed over 1 year ago
  • 🇨🇭Switzerland saschaeggi Zurich

    I'm closing this again as we're woking on a new navigation for Drupal core so some things need to be around and should not (yet) be removed from the codebase as we're testing some things.

    You can check the DrupalCon Lille talks around this topic (Initiative leads keynote, Next Drupal admin UI improvements).

    Cheers

Production build 0.71.5 2024