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

th-downstream
Marek Lach 6 years ago committed by Eugen Rochko
parent 2b44b7a9f6
commit 664fd9fb19

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