From c9dcc2d39fb5bd945ecd999e50c08a86cce1aa3e Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Thu, 14 May 2020 09:01:23 +0200 Subject: [PATCH] Fix regression in sparkline style in web UI (#13753) --- app/javascript/styles/mastodon/components.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss index 3a67bde8f..2bd8ee456 100644 --- a/app/javascript/styles/mastodon/components.scss +++ b/app/javascript/styles/mastodon/components.scss @@ -6576,6 +6576,7 @@ noscript { path:last-child { stroke: lighten($highlight-text-color, 6%) !important; + fill: none !important; } } }