mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 14:54:24 +02:00
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 {
|
.spinner.active > i {
|
||||||
.animate-spin();
|
.animate(spin 2s infinite linear);
|
||||||
&:before {
|
&:before {
|
||||||
// icon-spin6
|
// icon-spin6
|
||||||
content: '\e874';
|
content: '\e874';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user