Make both .cursor-line and .selection-line opaque

This commit is contained in:
Nathan Sobo
2014-06-27 04:58:02 -06:00
parent f5e54b0ba6
commit 5bdaf3cbe4

View File

@@ -92,8 +92,10 @@
line-height: 1.3;
}
.editor .gutter .line-number.cursor-line {
opacity: 1;
.editor .gutter {
.line-number.cursor-line, .line-number.selection-line {
opacity: 1;
}
}
.editor .gutter {