Revert "Remove editor-colors class from lines component"

This reverts commit 8cca198af1.
This commit is contained in:
Corey Johnson
2014-06-11 10:02:16 -07:00
parent 8cca198af1
commit f4b7f86eb0

View File

@@ -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: ->