From 2b75728a8083d07bc3238b7aef21ceb3b2cc6e7f Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Thu, 14 May 2020 09:01:23 +0200 Subject: [PATCH] [Glitch] Fix regression in sparkline style in web UI Port c9dcc2d39fb5bd945ecd999e50c08a86cce1aa3e to glitch-soc Signed-off-by: Thibaut Girka --- app/javascript/flavours/glitch/styles/components/search.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/javascript/flavours/glitch/styles/components/search.scss b/app/javascript/flavours/glitch/styles/components/search.scss index 30d69d05c..eec2e64d6 100644 --- a/app/javascript/flavours/glitch/styles/components/search.scss +++ b/app/javascript/flavours/glitch/styles/components/search.scss @@ -185,6 +185,7 @@ path:last-child { stroke: lighten($highlight-text-color, 6%) !important; + fill: none !important; } } }