Fix regression in sparkline style in web UI (#13753)

master
Eugen Rochko 4 years ago committed by GitHub
parent 06225dee94
commit c9dcc2d39f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      app/javascript/styles/mastodon/components.scss

@ -6576,6 +6576,7 @@ noscript {
path:last-child {
stroke: lighten($highlight-text-color, 6%) !important;
fill: none !important;
}
}
}

Loading…
Cancel
Save