Needs review
Project:
Adminimal Admin Toolbar
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
3 Aug 2020 at 19:44 UTC
Updated:
18 Mar 2025 at 04:45 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
klemendev commentedThe icon looks a bit strange since the last Admin Toolbar update when viewing admin pages and becomes a bit smaller when hovered over.
Comment #3
janehollander commentedHere is a patch that display's the Drupal 9 icon for Drupal 9 sites.
Comment #4
kevinfunkAdding to janehollander's patch to fix the issue with the D8 logo in #2.
Comment #5
klemendev commentedSorry, forgot to note #2 was for D8 ;)
Comment #6
sergiurworks well, thank you
Comment #7
holo96 commentedWorks for me too
Comment #8
m4oliveiAdding my +1. This is working great for us.
Comment #9
bdanin commented#3 works well for me in Drupal 9.
Comment #10
jsutta commented+1 #4 works for me on D9 (figured I'd try this one out since it applies to both D8 and D9 so seems to be the most complete patch).
Comment #12
philyPatch #4 works for me using Drupal 9.3.4 and adminimal_admin_toolbar 8.x-1.11
Thanks
Comment #13
energee commentedGoing to need a D10 merge request or patch to roll this in!
Comment #16
johnpicozziAdded the contents of the patch in #4 as an MR. The MR needs testing and review. Moving this to needs review.
Comment #17
snehal-chibde commentedhello @johnpicozzi, I have tested the MR on drupal 10.3.1 version.
adminimal_admin_toolbar version 2.0.x.
The changes are working as expected and now can see the updated icon of Drupal.
Added before and after screenshots for reference.
RTBC++
Comment #18
alxgl commentedActually the #4 doesn't work properly anymore on Drupal 10 with Admin Toolbar Tools enabled.
The Drupal icon comes then from
tools.cssand it's now blue (instead of white in the original patch) and not well sized, because it's supposed to fit with Admin Toolbar layout.It's clearly visible in #17 screens.
Comment #19
avattikondaPatch #4 works for me using Drupal 10.3.1
Comment #20
alxgl commentedLike I said, it "works" if you're just expecting not to have a Drupal 8 logo but it's not good enough.
The patch is targeting a
.toolbar-icon-9class which does not exist anymore. The logo you see is not from the Adminimal Admin Toolbar module. It's a fallback from Admin Toolbar Tools.A new
drupal-10.svg(even just a copy of the drupal-9 version) and new.toolbar-icon-10classes are needed to work properly in Drupal 10.Comment #23
liuyuanchao commentedI add a new MR for the issue.
But I am wondering if it would be better to not support the Drupal8 and remove the drupal-8.svg.
Comment #24
alxgl commentedThanks liuyuanchao, your MR seems to work way better than the other recent patches.
In the era of Drupal 11, I agree with you on removing the Drupal 8 icon.
Comment #25
liuyuanchao commented