Skip to content

Commit aec683b

Browse files
committed
remove busy box shadow from topbar activity indicators
1 parent 7c7fbca commit aec683b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/css/components/_stacks-topbar.less

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,7 @@
277277

278278
.s-activity-indicator {
279279
top: calc(50% - 18px);
280+
box-shadow: 0 0 0 @su2 var(--theme-topbar-item-background-hover);
280281
}
281282
}
282283

@@ -289,6 +290,7 @@
289290
top: calc(50% - 14px);
290291
right: 2px;
291292
transition: top var(--te-smooth) 0.15s;
293+
box-shadow: 0 0 0 @su2 var(--theme-topbar-background-color);
292294
}
293295
}
294296

0 commit comments

Comments
 (0)