From: Eugen Rochko Date: Thu, 14 May 2020 07:01:23 +0000 (+0200) Subject: Fix regression in sparkline style in web UI (#13753) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=c9dcc2d39fb5bd945ecd999e50c08a86cce1aa3e;p=mastodon.git Fix regression in sparkline style in web UI (#13753) --- 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; } } }