Replace animate-spin with own animate implementation in spinner
refs #7968
This commit is contained in:
parent
7f883a4770
commit
c029ec1af9
|
@ -142,7 +142,7 @@ a.close-tab {
|
|||
}
|
||||
|
||||
.spinner.active > i {
|
||||
.animate-spin();
|
||||
.animate(spin 2s infinite linear);
|
||||
&:before {
|
||||
// icon-spin6
|
||||
content: '\e874';
|
||||
|
|
Loading…
Reference in New Issue