Skip to content

Commit

Permalink
icon contribution: make consistent with icon themes (fixes #117492, for
Browse files Browse the repository at this point in the history
  • Loading branch information
aeschli committed Feb 24, 2021
1 parent 57c6bad commit b3b60ff
Show file tree
Hide file tree
Showing 5 changed files with 452 additions and 452 deletions.
2 changes: 1 addition & 1 deletion src/vs/base/browser/ui/codicons/codiconStyles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ export function formatRule(c: Codicon) {
while (def instanceof Codicon) {
def = def.definition;
}
return `.codicon-${c.id}:before { content: '${def.character}'; }`;
return `.codicon-${c.id}:before { content: '${def.fontCharacter}'; }`;
}
Loading

0 comments on commit b3b60ff

Please sign in to comment.