Replace animate-spin with own animate implementation in spinner

refs #7968
This commit is contained in:
Alexander Fuhr 2015-02-25 13:53:00 +01:00
parent 7f883a4770
commit c029ec1af9
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ a.close-tab {
}
.spinner.active > i {
.animate-spin();
.animate(spin 2s infinite linear);
&:before {
// icon-spin6
content: '\e874';