From fb8692435b3dda5c417fa1e9a1fd8efd49e9f0ce Mon Sep 17 00:00:00 2001 From: Marijn Haverbeke <marijnh@gmail.com> Date: Thu, 23 Oct 2014 09:59:13 +0200 Subject: [PATCH] [solarized theme] Remove tab background character It doesn't belong in a theme. --- theme/solarized.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/theme/solarized.css b/theme/solarized.css index 36d5f7904..07ef40680 100644 --- a/theme/solarized.css +++ b/theme/solarized.css @@ -88,11 +88,6 @@ http://ethanschoonover.com/solarized/img/solarized-palette.png text-decoration-style: dotted; } .cm-s-solarized .cm-strong { color: #eee; } -.cm-s-solarized .cm-tab:before { - content: "➤"; /*visualize tab character*/ - color: #586e75; - position:absolute; -} .cm-s-solarized .cm-error, .cm-s-solarized .cm-invalidchar { color: #586e75; -- GitLab