mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 17:19:48 +01:00
Fix #84584: Remove transform from codicons that causes them and the text in the same layer with them to be rendered using grayscale rendering
This commit is contained in:
@@ -19,11 +19,6 @@
|
||||
user-select: none;
|
||||
-webkit-user-select: none;
|
||||
-ms-user-select: none;
|
||||
|
||||
/* Hack to get web rendering to align to pixel grid */
|
||||
transform: rotate(0);
|
||||
-webkit-transform: rotate(0.1deg);
|
||||
-moz-transform: rotate(0);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user