]> cat aescling's git repositories - mastodon.git/commitdiff
Fix regression in sparkline style in web UI (#13753)
authorEugen Rochko <eugen@zeonfederated.com>
Thu, 14 May 2020 07:01:23 +0000 (09:01 +0200)
committerGitHub <noreply@github.com>
Thu, 14 May 2020 07:01:23 +0000 (09:01 +0200)
app/javascript/styles/mastodon/components.scss

index 3a67bde8f4b938c575c207cddf697396b99c07b1..2bd8ee456aa2074fb94449188691e0e76e9197d7 100644 (file)
@@ -6576,6 +6576,7 @@ noscript {
 
       path:last-child {
         stroke: lighten($highlight-text-color, 6%) !important;
+        fill: none !important;
       }
     }
   }