- Issue created by @goz
- 🇫🇷France goz
In the MR, i remove dashboard-active.svg part since mask automatically change color on active links.
- 🇫🇷France goz
After MR, active link in gin toolbar :
And not active :
And finally default toolbar :
- 🇮🇳India vinodhini.e chennai
Hi goz,
I have enabled the Gin and Dashboard modules and verified the changes.
After adding !important to the CSS in dashboard.icon.css, only then were the updates applied. Please see the attached screenshot for reference.Dashbaord.icon.css - file
.toolbar .toolbar-bar .toolbar-icon .toolbar-icon-system-dashboard::before,
.toolbar-tray .toolbar-icon-system-dashboard::before {
--icon: url("../icons/dashboard.svg");
mask-image: var(--icon) !important;
mask-size: contain;
background-color: currentColor;
mask-repeat: no-repeat;
mask-position: center;
}Thank you!
- 🇮🇳India divya.sejekan
I have enabled the Gin and Dashboard , but not able to reproduce this issue . After just enabling the module (i have not added any dashboard) i can see a square svg in my toolbar , unable to click. If i add dashboard , can see svg and menu link , this is happening without patch
After applying patch too its same.
Correct me if I am Wrong. Im using Drupal V-11.1.8 , Dashboard - V2.0.0
Steps Followed :
1. Install drupal 11 , Enabled Gin Admin theme
2. Install Dashboard module
3. Check sidebar tool - no dashboard added - image →
4. Check Sidebar - after adding dashboard - image →
5. Apply patch - no changes - 🇫🇷France quimic Paris
With:
- Drupal 11.2 (navigation enabled)
- Gin 5.0.2
- Gin Toolbar 3.0.1
The icon is still missing (the patch does not fix this)