star icon in <hr> not appearing on chromium-based browsers
jmfergeau opened this issue · 1 comments
jmfergeau commented
For some odd reasons, the star icon displayed in the middle of horizontal lines doesn't apear if you use a chromium-based browser like chrome, vivaldi, edge, etc. Instead, a regular horizontal line appears. While the icon perfectly appears on Firefox.
I passed a full hour trying to understand what's going on but have no clue. Even trying to update fontawesome didn't helped here.
I thought it would be good to mention it here.
Thource commented
I've just opened a PR for this (though I doubt it'll ever be merged, since this seems to be an inactive project now).
The issue was that in firefox, hr
s are overflow: visible;
by default, and everywhere else they're overflow: hidden;
.