Problem/Motivation

The items in the menu_items trays have no icons by default. I rarely add icons because this takes too much time. The empty space should be removed.

Proposed resolution

Some options:

  1. Add default styling to collapse the pace (Selector: .toolbar .toolbar-icon.toolbar-icon-link-toolbar-menu {})
  2. Add a class to each toolbar_menu tray. With css the space can be removed.
  3. Do not add the 'toolbar-icon' and 'toolbar-icon-*' classes to the tray or make this configurable. See ToolbarMenuMenuLinkTreeManipulators.

The existence of ToolbarMenuMenuLinkTreeManipulators puzzles me. What did the maintainer intent by adding icon classes? Can icons be added easy?

Comments

Sutharsan created an issue.