Skip to content

Commit 8cd6810

Browse files
committed
opacity tweak, microsoft#37228
1 parent aa4a565 commit 8cd6810

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/workbench/services/decorations/browser/decorationsService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ class DecorationRule {
7272
}
7373

7474
// bubble badge
75-
createCSSRule(`.${this.bubbleBadgeClassName}::after`, `content: "●"; color: ${theme.getColor(color) || 'inherit'}; font-size: 75%; padding-right: 13px`, element);
75+
createCSSRule(`.${this.bubbleBadgeClassName}::after`, `content: "●"; color: ${theme.getColor(color) || 'inherit'}; font-size: 75%; padding-right: 13px; opacity: 0.35;`, element);
7676
}
7777

7878
removeCSSRules(element: HTMLStyleElement): void {

0 commit comments

Comments
 (0)