Skip to content
Snippets Groups Projects
Commit 14ed61f7 authored by Vishal Kadam's avatar Vishal Kadam Committed by Jakob P
Browse files

Issue #3465705 by vishal.kadam: Toolbar image missing

parent 3653c655
No related branches found
No related tags found
1 merge request!93#3465705 - Toolbar image missing
Pipeline #267601 passed with warnings
......@@ -3,7 +3,8 @@
}
.toolbar-icon-9 .toolbar-icon-admin-toolbar-tools-help:before,
.toolbar-icon-10 .toolbar-icon-admin-toolbar-tools-help:before {
.toolbar-icon-10 .toolbar-icon-admin-toolbar-tools-help:before,
.toolbar-icon-11 .toolbar-icon-admin-toolbar-tools-help:before {
box-sizing: content-box;
background-image: url(../misc/icons/ffffff/drupal-9-logo.svg);
padding-bottom: 0;
......@@ -16,7 +17,9 @@
.toolbar-icon-9 .toolbar-icon-admin-toolbar-tools-help:active:before,
.toolbar-icon-9 .toolbar-icon-admin-toolbar-tools-help.active:before,
.toolbar-icon-10 .toolbar-icon-admin-toolbar-tools-help:active:before,
.toolbar-icon-10 .toolbar-icon-admin-toolbar-tools-help.active:before {
.toolbar-icon-10 .toolbar-icon-admin-toolbar-tools-help.active:before,
.toolbar-icon-11 .toolbar-icon-admin-toolbar-tools-help:active:before,
.toolbar-icon-11 .toolbar-icon-admin-toolbar-tools-help.active:before {
background-image: url(../misc/icons/ffffff/drupal-9-logo.svg);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment