Skip to content

Commit d2bdcb8

Browse files
committed
fix(icons): use geometricPrecision to avoid blurriness
1 parent b3065d2 commit d2bdcb8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

webview-ui/src/index.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -392,3 +392,11 @@ input[cmdk-input]:focus {
392392
.custom-markdown > pre {
393393
background-color: transparent !important;
394394
}
395+
396+
/*
397+
* Use geometric precision for codicons to avoid blurriness
398+
*/
399+
400+
.codicon[class*="codicon-"] {
401+
text-rendering: geometricPrecision !important;
402+
}

0 commit comments

Comments
 (0)