From 6d27c9a4ff18b0a77ed65aebb4631e8dea3d48ef Mon Sep 17 00:00:00 2001 From: erosman Date: Fri, 18 Feb 2022 08:50:19 +0330 Subject: [PATCH] Fix white CodeMirror-scrollbar-filler on dark themes Previously #6485 --- lib/codemirror.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/codemirror.css b/lib/codemirror.css index f4d5718a78..4c8b9aab7f 100644 --- a/lib/codemirror.css +++ b/lib/codemirror.css @@ -19,7 +19,7 @@ } .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler { - background-color: white; /* The little square between H and V scrollbars */ + background-color: inherit; /* The little square between H and V scrollbars */ } /* GUTTER */