We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 525cc0a commit 9f32d9cCopy full SHA for 9f32d9c
src/vs/base/browser/ui/iconLabel/iconlabel.css
@@ -60,12 +60,12 @@
60
}
61
62
.monaco-icon-label > .monaco-icon-label-container > .monaco-icon-suffix-container > .label-suffix {
63
- color: var(--vscode-peekViewTitleDescription-foreground);
+ opacity: .7;
64
white-space: pre;
65
66
67
.monaco-icon-label > .monaco-icon-label-container > .monaco-icon-description-container > .label-description {
68
69
margin-left: 0.5em;
70
font-size: 0.9em;
71
white-space: pre; /* enable to show labels that include multiple whitespaces */
0 commit comments