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:
Alexandru Dima
2019-11-12 12:49:11 +01:00
parent 8013616a32
commit 7ade4e6460
@@ -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);
}