From fb0b96b44cf954c834bc9b3165911235ef28300b Mon Sep 17 00:00:00 2001 From: anantoghosh Date: Thu, 28 Jul 2016 20:26:59 +0530 Subject: [PATCH] [Icons] Removed duplicated 'talk' icon with incorrect content 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). --- src/themes/default/elements/icon.overrides | 1 - 1 file changed, 1 deletion(-) diff --git a/src/themes/default/elements/icon.overrides b/src/themes/default/elements/icon.overrides index e88e2350c..812fc8828 100644 --- a/src/themes/default/elements/icon.overrides +++ b/src/themes/default/elements/icon.overrides @@ -753,7 +753,6 @@ i.icon.attention:before { content: "\f06a"; } i.icon.eye:before { content: "\f06e"; } i.icon.exclamation.triangle:before { content: "\f071"; } i.icon.shuffle:before { content: "\f074"; } -i.icon.talk:before { content: "\f075"; } i.icon.chat:before { content: "\f075"; } i.icon.cart:before { content: "\f07a"; } i.icon.shopping.cart:before { content: "\f07a"; }