File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
src/webviews/apps/plus/graph Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -320,6 +320,9 @@ export function GraphWrapper({
320
320
{ graphList . length } commit{ graphList . length ? 's' : '' }
321
321
</ span >
322
322
) }
323
+ { isLoading && (
324
+ < span className = { 'icon--loading' } />
325
+ ) }
323
326
</ div >
324
327
< div className = "actionbar__group" >
325
328
< span className = "badge" > Preview</ span >
Original file line number Diff line number Diff line change @@ -228,13 +228,10 @@ a {
228
228
font-family : codicon;
229
229
content : ' \eb19 ' ;
230
230
}
231
- animation : spin 1 s infinite linear ;
232
- animation-delay : 0.2 s ;
231
+ transform-origin : 50 % 42 % ;
232
+ animation : spin .7 s steps ( 30 ) infinite ;
233
233
234
234
@keyframes spin {
235
- 0% {
236
- transform : rotate (0deg );
237
- }
238
235
100% {
239
236
transform : rotate (360deg );
240
237
}
You can’t perform that action at this time.
0 commit comments