Fix wrong color on active icons with counters in web UI (#26767)

local
Eugen Rochko 9 months ago committed by GitHub
parent 05093266e6
commit 728eb6a153
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/javascript/styles/mastodon/components.scss

@ -228,6 +228,7 @@
color: lighten($lighter-text-color, 7%);
background-color: transparent;
}
}
&.active {
color: $highlight-text-color;
@ -243,7 +244,6 @@
color: lighten($highlight-text-color, 13%);
}
}
}
&.overlayed {
box-sizing: content-box;

Loading…
Cancel
Save