mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Revert "Remove editor-colors class from lines component"
This reverts commit 8cca198af1.
This commit is contained in:
@@ -21,7 +21,7 @@ LinesComponent = React.createClass
|
||||
width: scrollWidth
|
||||
WebkitTransform: "translate3d(#{-scrollLeft}px, #{-scrollTop}px, 0px)"
|
||||
|
||||
div {className: 'lines', style},
|
||||
div {className: 'lines editor-colors', style},
|
||||
SelectionsComponent({editor, selectionScreenRanges, lineHeightInPixels, defaultCharWidth}) if @isMounted()
|
||||
|
||||
componentWillMount: ->
|
||||
|
||||
Reference in New Issue
Block a user