style(next)/toolbar: rollback the sync status icon animation

This commit is contained in:
Adorian Doran 2025-03-05 21:03:23 +02:00
parent 93e2515190
commit 6b9311f9ef

View File

@ -201,22 +201,6 @@ body.layout-horizontal > .horizontal {
top: 3px;
}
@keyframes sync-icon-animation {
from {
transform: rotate(360deg);
} to {
transform: rotate(0deg);
}
}
/* Sync in progres / unknown sync status icon */
#launcher-pane .sync-status-icon.sync-status-in-progress::before,
#launcher-pane .sync-status-icon.sync-status-unknown::before {
display: block;
content: "\ec37";
animation: sync-icon-animation 2s linear infinite;
}
#launcher-pane .sync-status-icon:not(.sync-status-in-progress):hover {
background: unset;
}