That didn't fix it for me, at least not fully.The default product icon hasn't worked properly for a few versions - the icon is off-center. I was able to fix this by changing thedisplay
type on the container (.productList-product-grid.node a.avatar
) toinline-flex
.
vertical-align: middle;
on .avatar.avatar--productIconDefault > span:before
:I like the fact that I don't have to replicate too much CSS by basing it off avatars, but it's definitely something I'm keeping in the back of my mind to potentially change in the future.Also, it might not be a bad idea to split the product logos from the avatar css, what with avatars having a defaultborder-radius
of 100% now.
We use essential cookies to make this site work, and optional cookies to enhance your experience.