Fix wrong color for ellipsis in boost confirmation dialog in Web UI (#13355)

master
Mélanie Chauvel (ariasuni) 4 years ago committed by GitHub
parent 11169367e4
commit be2f1597cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      app/javascript/styles/mastodon/components.scss

@ -1028,13 +1028,11 @@
}
.display-name {
color: $light-text-color;
strong {
color: $inverted-text-color;
}
span {
color: $light-text-color;
}
}
.status__content {

Loading…
Cancel
Save