diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2020-05-14 09:01:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-14 09:01:23 +0200 |
commit | c9dcc2d39fb5bd945ecd999e50c08a86cce1aa3e (patch) | |
tree | 12adf9e29cf7c6e26bd61579a69232d6e7ea7397 /app/javascript | |
parent | 06225dee946bdefa5a4e751311c140bdea8a99b2 (diff) |
Fix regression in sparkline style in web UI (#13753)
Diffstat (limited to 'app/javascript')
-rw-r--r-- | app/javascript/styles/mastodon/components.scss | 1 |
1 files changed, 1 insertions, 0 deletions
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; } } } |