mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
Using background-size: 50% results in really bad scrolling performance and doesn't not achieve the effect of scaling the image to double the pixel density, it rather sets the image width to 50% of the element. Using the non-retina image size solves both the problems. A similar issue was found in this SO page: https://stackoverflow.com/a/7034772