Browse Source

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
commit
be2f1597cf
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 4 deletions
  1. +2
    -4
      app/javascript/styles/mastodon/components.scss

+ 2
- 4
app/javascript/styles/mastodon/components.scss View File

@ -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