mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-05-31 07:08:06 +08:00
Make actions animation rotate counterclockwisely (#29378)
Because the icon is:  So it must rotate counterclockwisely
This commit is contained in:
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user