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

This reverts commit 664fd9fb19.
lolsob-rspec
Lynx Kotoura 2018-07-06 20:19:18 +09:00 committed by Eugen Rochko
parent aa606281f1
commit b3ec23311c
1 changed files with 1 additions and 1 deletions

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 {