From 5fc985776b10ff3f601a569428d916a7a5a99793 Mon Sep 17 00:00:00 2001 From: winh Date: Thu, 27 Jul 2017 11:18:11 +0200 Subject: Make Markdown autocomplete dropdown style consistent --- .../stylesheets/framework/markdown_area.scss | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/app/assets/stylesheets/framework/markdown_area.scss b/app/assets/stylesheets/framework/markdown_area.scss index a2de4598167..fcd4c72b430 100644 --- a/app/assets/stylesheets/framework/markdown_area.scss +++ b/app/assets/stylesheets/framework/markdown_area.scss @@ -185,3 +185,28 @@ text-overflow: ellipsis; } } + +// TODO: fallback to global style +.atwho-view { + .atwho-view-ul { + padding: 8px 1px; + + li { + padding: 8px 16px; + border: 0; + + &.cur { + background-color: $gray-darker; + color: $gl-text-color; + + small { + color: inherit; + } + } + + strong { + color: $gl-text-color; + } + } + } +} -- cgit v1.2.1