Browse Source

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

This reverts commit 7da74e3157.
pull/4/head
Lynx Kotoura 5 years ago
committed by Eugen Rochko
parent
commit
c930b61770
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: lighten($ui-base-color, 4%);
background: darken($ui-base-color, 6%);
}
.autosuggest-textarea__suggestions__item {

Loading…
Cancel
Save