Problem/Motivation
![]()
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
| Comment | File | Size | Author |
|---|---|---|---|
| admin_toolbar_content categories icon wrong.png | 24.67 KB | kopeboy |
Comments
Comment #3
kriboogh commentedChanged css rules in 2.0.9.
Comment #4
kriboogh commented