mirror of
https://github.com/go-gitea/gitea
synced 2024-11-12 13:14:24 +00:00
Make actions animation rotate counterclockwisely (#29378)
Because the icon is: ![image](https://github.com/go-gitea/gitea/assets/2114189/be7e78ab-bc64-46d9-8259-fd7f0037471a) So it must rotate counterclockwisely
This commit is contained in:
parent
f79c9e817a
commit
ea164aba4b
@ -760,7 +760,7 @@ export function initRepositoryActionView() {
|
|||||||
|
|
||||||
@keyframes job-status-rotate-keyframes {
|
@keyframes job-status-rotate-keyframes {
|
||||||
100% {
|
100% {
|
||||||
transform: rotate(360deg);
|
transform: rotate(-360deg);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user