app/assets/stylesheets/semantic-ui/elements/_icon.scss in semantic-ui-sass-1.8.0.0 vs app/assets/stylesheets/semantic-ui/elements/_icon.scss in semantic-ui-sass-1.8.1.0

- old
+ new

@@ -1,7 +1,7 @@ /* - * # Semantic UI - 1.8.0 + * # Semantic UI - 1.8.1 * https://github.com/Semantic-Org/Semantic-UI * http://www.semantic-ui.com/ * * Copyright 2014 Contributors * Released under the MIT license @@ -61,13 +61,15 @@ height: 1em; -webkit-animation: icon-loading 2s linear infinite; animation: icon-loading 2s linear infinite; } @-webkit-keyframes icon-loading { + from { -webkit-transform: rotate(0deg); transform: rotate(0deg); } + to { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }