Merge pull request #2419 from atom/bo-fix-cursor

Make cursor visible when over indent guides
This commit is contained in:
Nathan Sobo
2014-05-27 14:45:33 -05:00

View File

@@ -17,7 +17,7 @@
}
.cursor {
z-index: 1;
z-index: 2;
}
&.is-focused .cursors.blink-off .cursor {