Skip to content

Commit 9f32d9c

Browse files
committed
reverting iconlabel styling
1 parent 525cc0a commit 9f32d9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/vs/base/browser/ui/iconLabel/iconlabel.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,12 @@
6060
}
6161

6262
.monaco-icon-label > .monaco-icon-label-container > .monaco-icon-suffix-container > .label-suffix {
63-
color: var(--vscode-peekViewTitleDescription-foreground);
63+
opacity: .7;
6464
white-space: pre;
6565
}
6666

6767
.monaco-icon-label > .monaco-icon-label-container > .monaco-icon-description-container > .label-description {
68-
color: var(--vscode-peekViewTitleDescription-foreground);
68+
opacity: .7;
6969
margin-left: 0.5em;
7070
font-size: 0.9em;
7171
white-space: pre; /* enable to show labels that include multiple whitespaces */

0 commit comments

Comments
 (0)