Fix invalid CSS for links in warning and strike cards (#22302)

local
Claire 1 year ago committed by GitHub
parent e8cc63105f
commit 7b68e6409b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/javascript/styles/mastodon/admin.scss

@ -1666,7 +1666,7 @@ a.sparkline {
min-height: 100%;
a {
text: &highlight-text-color;
color: $highlight-text-color;
text-decoration: none;
&:hover {

Loading…
Cancel
Save