Browse Source

Fix dark background error on user-mention autosuggest (#7937)

pull/4/head
Marek Lach 5 years ago
committed by Eugen Rochko
parent
commit
7da74e3157
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/javascript/styles/mastodon-light/diff.scss

+ 1
- 1
app/javascript/styles/mastodon-light/diff.scss View File

@ -52,7 +52,7 @@
}
.autosuggest-textarea__suggestions {
background: darken($ui-base-color, 6%);
background: lighten($ui-base-color, 4%);
}
.autosuggest-textarea__suggestions__item {

Loading…
Cancel
Save