app/assets/stylesheets/semantic-ui/elements/_icon.scss in semantic-ui-sass-0.12.1.0 vs app/assets/stylesheets/semantic-ui/elements/_icon.scss in semantic-ui-sass-0.12.2.0
- old
+ new
@@ -1184,31 +1184,31 @@
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";
}
\ No newline at end of file