Revert "WIP: making folded lines look better"

This reverts commit 0e4f156cb0.
This commit is contained in:
Corey Johnson & Nathan Sobo
2012-07-06 12:36:50 -07:00
parent 5281a47023
commit fca74ee925
2 changed files with 5 additions and 3 deletions

View File

@@ -650,7 +650,7 @@ class Editor extends View
@renderedLines.css('padding-bottom', heightOfRenderedLines)
adjustWidthOfRenderedLines: ->
# @renderedLines.width(@charWidth * @maxScreenLineLength())
@renderedLines.width(@charWidth * @maxScreenLineLength())
handleScrollHeightChange: ->
scrollHeight = @lineHeight * @screenLineCount()

View File

@@ -70,11 +70,13 @@ color:#D2A8A1;
}
.fold {
background-color: #1D2620;
background-color: #524228;
color: #969696;
}
.fold.selected {
background-color: #2b382f;
background-color: #2A3B2A;
color: #969696;
}
.support.function {