Problem/Motivation

On Drupal 9.2.7 with fontawesome_menu_icons 1.9.0, the icons are not displayed correctly in the toolbar menu.
If I disable adminimal_admin_toolbar, it fixes the issue.

Steps to reproduce

  1. Install fontawesome_menu_icons and adminimal_admin_toolbar.
  2. Add icons to toolbar menu links.

Proposed resolution

It seems to be caused by this rule:

.adminimal-admin-toolbar .toolbar-tray span {
  display: inline-block;
}

Removing it fixes the problem, but I am not sure what side effects it can have.

CommentFileSizeAuthor
screenshot.png33.4 KBprudloff
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:

Comments

prudloff created an issue. See original summary.

  • energee committed 9c86958 on 8.x-1.x authored by prudloff
    Issue #3243322: Compatibility with fontawesome_menu_icons
    
energee’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.