You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current hexagon shape is created via a simple polygon clip path which doesn't have rounded corner.
This is fine when a badge has an image but it is not when that hexagon shape is filled with a background to create the "Show all" button or for the "no content" fallback, as we clearly see the corner.
The current hexagon shape is created via a simple
polygonclip path which doesn't have rounded corner.This is fine when a badge has an image but it is not when that hexagon shape is filled with a background to create the "Show all" button or for the "no content" fallback, as we clearly see the corner.
We need to use a
pathinstead of thepolygon.