Skip to content
This repository was archived by the owner on Apr 6, 2018. It is now read-only.

Commit 9502abb

Browse files
committed
use relative css units
1 parent 0ae8c6a commit 9502abb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

styles/vim-mode.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
.low-block-cursor(@visibility: visible) {
3232
border: none;
33-
border-bottom: 10px solid @syntax-cursor-color;
33+
border-bottom: .6em solid @syntax-cursor-color;
3434
background: none;
3535
visibility: @visibility;
3636
opacity: 0.5;

0 commit comments

Comments
 (0)