Fix cursor line highlight style

This commit is contained in:
Nathan Sobo
2012-11-02 12:16:03 -06:00
parent 4539977800
commit 045cdda41d
4 changed files with 19 additions and 16 deletions

View File

@@ -29,8 +29,11 @@
padding-right: 0.8em;
}
.editor.focused .line-number.cursor-line-number {
.editor.focused .line-number.cursor-line {
color: rgba(255, 255, 255, .6);
}
.editor.focused .cursor-line {
background-color: rgba(255, 255, 255, .12);
}