Skip to content

Commit 8795023

Browse files
committed
Restore uri-based terminal icons in editors
Fixes microsoft#127607
1 parent 4c731e5 commit 8795023

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/vs/workbench/contrib/terminal/browser/media/terminal.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232
.monaco-workbench .terminal-tab::before {
3333
font-family: 'codicon' !important;
3434
font-size: 16px !important;
35+
}
36+
.monaco-workbench .terminal-tab:not(.terminal-uri-icon)::before {
3537
background-image: none !important;
3638
}
3739

0 commit comments

Comments
 (0)