Restore uri-based terminal icons in editors

Fixes #127607
This commit is contained in:
Daniel Imms
2021-08-26 08:48:07 -07:00
parent 4c731e520d
commit 879502398e

View File

@@ -32,6 +32,8 @@
.monaco-workbench .terminal-tab::before {
font-family: 'codicon' !important;
font-size: 16px !important;
}
.monaco-workbench .terminal-tab:not(.terminal-uri-icon)::before {
background-image: none !important;
}