assets/stylesheets/semantic_ui/definitions/elements/icon.less in less-rails-semantic_ui-2.2.10.0 vs assets/stylesheets/semantic_ui/definitions/elements/icon.less in less-rails-semantic_ui-2.2.11.0

- old
+ new

@@ -477,9 +477,33 @@ bottom: 0; transform: none; font-size: @cornerIconSize; text-shadow: @cornerIconShadow; } +i.icons .top.right.corner.icon { + top: 0; + left: auto; + right: 0; + bottom: auto; +} +i.icons .top.left.corner.icon { + top: 0; + left: 0; + right: auto; + bottom: auto; +} +i.icons .bottom.left.corner.icon { + top: auto; + left: 0; + right: auto; + bottom: 0; +} +i.icons .bottom.right.corner.icon { + top: auto; + left: auto; + right: 0; + bottom: 0; +} i.icons .inverted.corner.icon { text-shadow: @cornerIconInvertedShadow; }