Skip to content

Commit

Permalink
Add css to remove border-left of cursor to close #1. thx for the idea @…
Browse files Browse the repository at this point in the history
  • Loading branch information
negipo committed Apr 12, 2014
1 parent 376979d commit 0f81604
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions stylesheets/cute-cursor.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.editor .cursor {
border-left: none;

.vim-mode.insert-mode& {
border-left: 1px solid;
}
}

0 comments on commit 0f81604

Please sign in to comment.