Skip to content

Commit f440892

Browse files
committed
Show outer ring of progress clock on top activity bar badges
1 parent 624bafc commit f440892

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/vs/workbench/browser/parts/media/paneCompositePart.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -185,9 +185,10 @@
185185
}
186186

187187
.monaco-workbench .pane-composite-part > .title > .composite-bar-container > .composite-bar > .monaco-action-bar .action-item.icon .badge.compact.progress-badge .badge-content::before {
188-
mask-size: 13px;
189-
-webkit-mask-size: 13px;
190-
top: 2px;
188+
mask-size: 11px;
189+
-webkit-mask-size: 11px;
190+
top: 3px;
191+
left: 1px;
191192
}
192193

193194
/* active item indicator */

0 commit comments

Comments
 (0)