mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
fix(icons): use geometricPrecision to avoid blurriness (#2756)
This commit is contained in:
parent
47230d5a5c
commit
d2e5019f88
1 changed files with 8 additions and 0 deletions
|
|
@ -392,3 +392,11 @@ input[cmdk-input]:focus {
|
|||
.custom-markdown > pre {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
/*
|
||||
* Use geometric precision for codicons to avoid blurriness
|
||||
*/
|
||||
|
||||
.codicon[class*="codicon-"] {
|
||||
text-rendering: geometricPrecision !important;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue