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

View File

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