Fixed
Project:
Belgrade
Version:
3.0.4
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Mar 2026 at 17:05 UTC
Updated:
6 Apr 2026 at 08:36 UTC
Jump to comment: Most recent
In the Social block, link for Facebook uses X icon
In a sub-theme of Belgrade (where I do NOT have the icons folder) in the themes/custom folder
tried to make in Belgrade contrib theme folder tu run
npm run icons-sprite
clear cache
BUT not solved anything
problem is that scss is showing .menu--solcial [href*=x] instead of Facebook
PICTURE 2 : If ever I make scss elements inactive it's ok
| Comment | File | Size | Author |
|---|---|---|---|
| capture 234.jpg | 524.43 KB | stephane bouillet | |
| capture 233.jpg | 702.67 KB | stephane bouillet |
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
majmunbog commented@stephane bouillet Thanks for pointing this out. This bug is caused by having "x" in the Facebook link. The social icon map includes pattern "x", which compiles to .menu--social [href*=x] and will match lots of unrelated URLs.
I tightened all Belgrade social icon URL patterns from broad substrings (like facebook, medium, google) to domain-based matches (like facebook.com, medium.com, google.com, etc.), so they won’t accidentally match unrelated links.
Comment #5
majmunbog commentedComment #7
majmunbog commented