Skip to content

Commit

Permalink
Group mini-editor css styles
Browse files Browse the repository at this point in the history
  • Loading branch information
probablycorey committed Aug 9, 2013
1 parent d13d054 commit 9a2e768
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions static/editor.less
Original file line number Diff line number Diff line change
@@ -12,17 +12,6 @@
line-height: 1.3;
}

.editor.mini {
height: auto;
line-height: 25px;
}

.editor.mini .cursor {
width: 2px;
line-height: 20px;
margin-top: 2px;
}

.editor .gutter .line-number.cursor-line {
opacity: 1;
}
@@ -54,10 +43,6 @@
visibility: visible;
}

.editor.mini .gutter {
display: none;
}

.editor .gutter .line-number:after {
.icon(0.8em);
content: @chevron-right;
@@ -111,10 +96,6 @@
position: relative;
}

.editor.mini .scroll-view {
overflow: hidden;
}

.editor.soft-wrap .scroll-view {
overflow-x: hidden;
}
@@ -177,3 +158,22 @@
pointer-events: none;
z-index: -1;
}

.editor.mini {
height: auto;
line-height: 25px;

.cursor {
width: 2px;
line-height: 20px;
margin-top: 2px;
}

.gutter {
display: none;
}

.scroll-view {
overflow: hidden;
}
}

0 comments on commit 9a2e768

Please sign in to comment.