Browse Source

[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).
pull/4354/head
anantoghosh 8 years ago
committed by GitHub
parent
commit
fb0b96b44c
1 changed files with 0 additions and 1 deletions
  1. 1
      src/themes/default/elements/icon.overrides

1
src/themes/default/elements/icon.overrides

@ -753,7 +753,6 @@ i.icon.attention:before { content: "\f06a"; }
i.icon.eye:before { content: "\f06e"; } i.icon.eye:before { content: "\f06e"; }
i.icon.exclamation.triangle:before { content: "\f071"; } i.icon.exclamation.triangle:before { content: "\f071"; }
i.icon.shuffle:before { content: "\f074"; } i.icon.shuffle:before { content: "\f074"; }
i.icon.talk:before { content: "\f075"; }
i.icon.chat:before { content: "\f075"; } i.icon.chat:before { content: "\f075"; }
i.icon.cart:before { content: "\f07a"; } i.icon.cart:before { content: "\f07a"; }
i.icon.shopping.cart:before { content: "\f07a"; } i.icon.shopping.cart:before { content: "\f07a"; }

Loading…
Cancel
Save