Skip to content

Commit 38cd0a3

Browse files
author
Miguel Solorio
committed
Add workbench override for codicons scope (fixes microsoft#98495)
1 parent 40bda94 commit 38cd0a3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/vs/workbench/browser/media/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,3 +263,7 @@ body.web {
263263
.monaco-workbench .monaco-list:focus {
264264
outline: 0 !important; /* tree indicates focus not via outline but through the focused item */
265265
}
266+
267+
.monaco-workbench .codicon[class*='codicon-'] {
268+
font-size: 16px; /* sets font-size for codicons in workbench https://github.com/microsoft/vscode/issues/98495 */
269+
}

0 commit comments

Comments
 (0)