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

[Icons] Removed duplicated 'talk' icon with incorrect content #4354

Merged
merged 1 commit into from
Jul 28, 2016

Conversation

anantoghosh
Copy link
Contributor

i.icon.talk:before { content: "\f27a"; } was re-declared in "Aliases" section with different content value "\f075".
The alias was overriding the correctly declared talk icon.
You can look in the docs http://semantic-ui.com/elements/icon.html, the "Talk" icon should be same as "Talk Outline" (with just the outline of course).

i.icon.talk:before { content: "\f27a"; } was re-declared in "Aliases" section with different content value "\f075".
The alias was overriding the correctly declared talk icon.
You can look in the docs http://semantic-ui.com/elements/icon.html, the "Talk" icon should be same as "Talk Outline" (with just the outline of course).
@jlukic jlukic added this to the 2.2.3 milestone Jul 28, 2016
@jlukic jlukic merged commit 0165906 into Semantic-Org:next Jul 28, 2016
jlukic added a commit that referenced this pull request Jul 31, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants