Skip to content
Snippets Groups Projects
Commit 7da74e31 authored by Marek Lach's avatar Marek Lach Committed by Eugen Rochko
Browse files

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

parent f2d9a3c2
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@
}
.autosuggest-textarea__suggestions {
background: darken($ui-base-color, 6%);
background: lighten($ui-base-color, 4%);
}
.autosuggest-textarea__suggestions__item {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment