mirror of
https://github.com/atom/atom.git
synced 2026-01-25 06:48:28 -05:00
Inherit background color so line tiles get a solid background
This commit is contained in:
committed by
Antonio Scandurra
parent
c410309827
commit
4ef2119ef8
@@ -229,7 +229,8 @@ class TextEditorComponent {
|
||||
let children
|
||||
let style = {
|
||||
contain: 'strict',
|
||||
overflow: 'hidden'
|
||||
overflow: 'hidden',
|
||||
backgroundColor: 'inherit'
|
||||
}
|
||||
if (this.measurements) {
|
||||
const contentWidth = this.getContentWidth()
|
||||
|
||||
Reference in New Issue
Block a user