i'm working on a project that is D8 (summer2020). have just updated to admin toolbar 2.3 which is release for core 8||9. the icon shows the current drupal 9 logo. This is confusing project admin/owners..

can we work in the core version to show an icon that won't confuse none developers..

Comments

SKAUGHT created an issue. See original summary.

adriancid’s picture

Assigned: Unassigned » adriancid

Thanks for reporting, try to use the next time the Issue Summary Template.

I will make this change soon.

skaught’s picture

Status: Active » Needs review
StatusFileSize
new4.62 KB

  • adriancid committed 46ca383 on 8.x-2.x authored by SKAUGHT
    Issue #3158374 by SKAUGHT: Show Drupal Icon depending on which drupal...
adriancid’s picture

Status: Needs review » Fixed

Thanks

skaught’s picture

Issue summary: View changes
StatusFileSize
new192.16 KB

have realized comment is useless.

skaught’s picture

Issue summary: View changes

  • adriancid committed 4dc9122 on 8.x-2.x
    Issue #3158374 by SKAUGHT, adriancid: Show Drupal Icon depending on...

Status: Fixed » Closed (fixed)

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

dd 85’s picture

After this change, the Drupal icon overlaps the icon set on the /admin/appearance/settings page or in the icon set in the theme settings.
Please fix it.

skaught’s picture

This issue is a request for feature issue; as such, it is now closed.

i suggest opening a new 'bug report' for this.

  • attach a screenshot.
  • what admin theme are you using?
adriancid’s picture

Thanks @SKAUGHT, and @DD 85, yes this issue is closed and released, open a new issue and add all the steps to reproduce the problem.

dd 85’s picture

This is not a feature release. Because it worked before this change.
Created https://www.drupal.org/project/admin_toolbar/issues/3175604

idebr’s picture

+++ b/admin_toolbar_tools/css/tools.css
@@ -14,5 +14,18 @@
+.toolbar-icon-8 .toolbar-icon-admin-toolbar-tools-help:before {
+  background-image: url(../misc/icons/ffffff/drupal-8-logo.svg);
+  padding-bottom: 0;
+  padding-left: 4px;
+  padding-right: 8px;
+  padding-top: 2px;
+}

This selector is missing the box-sizing: content-box; from its original code. As a result, the icon has incorrect dimension in various custom themes. This is being fixed in #3177269: Missing box-sizing attributes on the toolbar-icon

skaught’s picture

it is a lot of concern round a standard css defect.. i do understand (:
just a reminder: issues can be related.