mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-08-07 01:13:08 +02:00
Reverse spin
This commit is contained in:
@@ -50,7 +50,7 @@ export const GitAction: React.FunctionComponent<IGitActionProps> = ({
|
||||
onClick={pull}
|
||||
title={
|
||||
<div className="git_actions__sync">
|
||||
<ArrowPathIcon className={isSyncing ? 'animate-spin' : ''} />
|
||||
<ArrowPathIcon className={isSyncing ? 'animate-reverse-spin' : ''} />
|
||||
<span>
|
||||
{l10n.t(LocalizationKey.commonSync)}
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user