Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix css selector #38

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

bartvanandel
Copy link

@bartvanandel bartvanandel commented Jun 30, 2016

Was ":after", will work better with ":before" (see #37), but removing the selector entirely yields correct results as well, and is in fact more or less how Glyphicon works in Bootstrap.

Was ":after", should be ":before", because that's where the glyphs are rendered. Fixes ecomfe#37.
Actually the entire ":before" selector is unnecessary, removing it will still render icons correctly (as long as the span itself is left empty, which is how it should be used).
@bartvanandel
Copy link
Author

Is this repository still being monitored? It would be nice if this 9 month old PR could be merged, or commented on?

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

Successfully merging this pull request may close these issues.

None yet

1 participant