forked from cybrespace/mastodon
Fix regression in sparkline style in web UI (#13753)
This commit is contained in:
parent
06225dee94
commit
c9dcc2d39f
|
@ -6576,6 +6576,7 @@ noscript {
|
||||||
|
|
||||||
path:last-child {
|
path:last-child {
|
||||||
stroke: lighten($highlight-text-color, 6%) !important;
|
stroke: lighten($highlight-text-color, 6%) !important;
|
||||||
|
fill: none !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue