From: Eugen Rochko Date: Thu, 14 May 2020 07:01:23 +0000 (+0200) Subject: [Glitch] Fix regression in sparkline style in web UI X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=2b75728a8083d07bc3238b7aef21ceb3b2cc6e7f;p=mastodon.git [Glitch] Fix regression in sparkline style in web UI Port c9dcc2d39fb5bd945ecd999e50c08a86cce1aa3e to glitch-soc Signed-off-by: Thibaut Girka --- 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; } } }