Problem/Motivation

admin_toolbar_content categories icon is wrong

If you remove these lines of CSS it looks fine instead (the background-image: url(../icons/taxonomy.svg); won't be overridden):

.toolbar .toolbar-bar .toolbar-menu-administration .menu-item .toolbar-icon-admin-toolbar-content-menu-linkscategories::before {
   -webkit-mask-image: url(../icons/gin/tags.svg) !important;
   mask-image: url(../icons/gin/tags.svg) !important;
}

I'm not sure if they are needed elsewhere though, please review.

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Comments

kopeboy created an issue. See original summary.

  • kriboogh committed 044d528b on 2.0.x
    Issue #3465223 by kriboogh: Broken Categories' icon (conflicting CSS)
    
kriboogh’s picture

Version: 2.0.8 » 2.0.9
Status: Needs review » Fixed

Changed css rules in 2.0.9.

kriboogh’s picture

Status: Fixed » Closed (fixed)