We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97adc29 commit 02b67caCopy full SHA for 02b67ca
1 file changed
src/vs/base/browser/ui/iconLabel/iconlabel.css
@@ -55,6 +55,10 @@
55
white-space: pre; /* enable to show labels that include multiple whitespaces */
56
}
57
58
+.vs .monaco-icon-label > .monaco-icon-label-container > .monaco-icon-description-container > .label-description {
59
+ opacity: .95;
60
+}
61
+
62
.monaco-icon-label.italic > .monaco-icon-label-container > .monaco-icon-name-container > .label-name,
63
.monaco-icon-label.italic > .monaco-icon-description-container > .label-description {
64
font-style: italic;
0 commit comments