Add initial support for line highlighting

This commit is contained in:
Kevin Sawicki
2012-09-28 13:42:55 -07:00
parent 6d151809c3
commit be8120e8c6
2 changed files with 25 additions and 0 deletions

View File

@@ -30,6 +30,10 @@
color: rgba(255, 255, 255, .6);
}
.line.cursor-line, .line-number.cursor-line-number {
background-color: rgba(255, 255, 255, .12);
}
.editor.mini .gutter {
display: none;
}