Remove editor-colors class from lines component

This commit is contained in:
Corey Johnson
2014-06-11 09:53:46 -07:00
parent efea4c6d05
commit 8cca198af1

View File

@@ -21,7 +21,7 @@ LinesComponent = React.createClass
width: scrollWidth
WebkitTransform: "translate3d(#{-scrollLeft}px, #{-scrollTop}px, 0px)"
div {className: 'lines editor-colors', style},
div {className: 'lines', style},
SelectionsComponent({editor, selectionScreenRanges, lineHeightInPixels, defaultCharWidth}) if @isMounted()
componentWillMount: ->