Browse Source

Fixes #552 Generic ascending/descending icon was overriding some other sort icons. Fixes #552

pull/568/head
jlukic 10 years ago
parent
commit
2b2cc4fb7e
1 changed files with 2 additions and 2 deletions
  1. 4
      src/elements/icon.less

4
src/elements/icon.less

@ -353,12 +353,12 @@ i.icon.signal:before { content: "\f012"; }
i.icon.sitemap:before { content: "\f0e8"; }
i.icon.skype:before { content: "\f17e"; }
i.icon.smile:before { content: "\f118"; }
i.icon.sort.ascending:before { content: "\f0de"; }
i.icon.sort.descending:before { content: "\f0dd"; }
i.icon.sort.alphabet.descending:before { content: "\f15e"; }
i.icon.sort.alphabet:before { content: "\f15d"; }
i.icon.sort.ascending:before { content: "\f0de"; }
i.icon.sort.attributes.descending:before { content: "\f161"; }
i.icon.sort.attributes:before { content: "\f160"; }
i.icon.sort.descending:before { content: "\f0dd"; }
i.icon.sort.order.descending:before { content: "\f163"; }
i.icon.sort.order:before { content: "\f162"; }
i.icon.sort:before { content: "\f0dc"; }

Loading…
Cancel
Save