mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
WIP: making folded lines look better
This commit is contained in:
@@ -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()
|
||||
|
||||
@@ -70,13 +70,11 @@ color:#D2A8A1;
|
||||
}
|
||||
|
||||
.fold {
|
||||
background-color: #524228;
|
||||
color: #969696;
|
||||
background-color: #1D2620;
|
||||
}
|
||||
|
||||
.fold.selected {
|
||||
background-color: #2A3B2A;
|
||||
color: #969696;
|
||||
background-color: #2b382f;
|
||||
}
|
||||
|
||||
.support.function {
|
||||
|
||||
Reference in New Issue
Block a user