From 4efcdeb4d0a5f472fbe60a4656fdc82e0e7d9203 Mon Sep 17 00:00:00 2001 From: Martin Laine Date: Mon, 13 Nov 2017 12:54:59 +0000 Subject: [PATCH] Use border-color instead of color for cursor --- styles/base.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/base.less b/styles/base.less index 09cd171..2ea7119 100644 --- a/styles/base.less +++ b/styles/base.less @@ -47,7 +47,7 @@ atom-text-editor { } .cursor { - color: @syntax-cursor-color; + border-color: @syntax-cursor-color; border-width: 2px; }