Drop use of GPU tiles for lines and line numbers

At the cost of a very minimal reduction in layout performance, we gain
reliable rendering at all line heights and don't have to worry about
characters that extend above/below the footprint of a line.

Signed-off-by: Nathan Sobo <nathan@github.com>
This commit is contained in:
Antonio Scandurra
2017-08-18 15:56:54 +02:00
committed by Nathan Sobo
parent f41be89d5e
commit 7267c5d269
2 changed files with 8 additions and 14 deletions

View File

@@ -86,7 +86,6 @@ atom-text-editor {
.line {
white-space: pre;
overflow: hidden;
contain: layout;
&.cursor-line .fold-marker::after {