mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-29 19:12:27 +08:00
style(next)/toolbar: rollback the sync status icon animation
This commit is contained in:
parent
93e2515190
commit
6b9311f9ef
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user