Remove line highlight in dark syntax

When moving around and selecting things, the entire line looks selected
and is super confusing. This leaves the line number highlighted, but 
not the line itself.
This commit is contained in:
Ben Ogle
2013-07-19 13:57:08 -07:00
parent 8c6fe7a540
commit 214d73d812

View File

@@ -27,8 +27,7 @@
background-color: #444444;
}
.line-number.cursor-line-no-selection,
.line.cursor-line {
.line-number.cursor-line-no-selection {
background-color: rgba(255, 255, 255, 0.14);
}