From 1923758b918266cce3f9f307017e9d229b5170a0 Mon Sep 17 00:00:00 2001 From: Gristel Periwinkle Date: Mon, 14 Mar 2016 12:11:34 +0100 Subject: [PATCH] Removed duplicate .icon-right was defined twice in editor.less --- styles/editor.less | 4 ---- 1 file changed, 4 deletions(-) diff --git a/styles/editor.less b/styles/editor.less index 7f5e326..1ff3ab4 100644 --- a/styles/editor.less +++ b/styles/editor.less @@ -86,10 +86,6 @@ atom-text-editor, .icon-right { color: @syntax-text-color; } - - .icon-right { - color: @syntax-text-color; - } } }