Skip to content
This repository has been archived by the owner on Jul 8, 2021. It is now read-only.

star icon in <hr> not appearing on chromium-based browsers #20

Open
jmfergeau opened this issue Mar 7, 2020 · 1 comment
Open

star icon in <hr> not appearing on chromium-based browsers #20

jmfergeau opened this issue Mar 7, 2020 · 1 comment

Comments

@jmfergeau
Copy link

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.

On Chrome:
chrome

On Firefox:
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 added a commit to Thource/hugo-freelancer-theme that referenced this issue May 19, 2020
@Thource
Copy link

Thource commented May 19, 2020

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, hrs are overflow: visible; by default, and everywhere else they're overflow: hidden;.

Source: https://stackoverflow.com/questions/33144108/after-pseudo-element-does-not-work-correctly-in-hr-tag-on-internet-explorer

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants