From d6da7d1220fe520a162560266182dff503b95786 Mon Sep 17 00:00:00 2001 From: Yi EungJun Date: Thu, 11 Aug 2016 23:33:22 +0900 Subject: Change ordering of at-mention suggestions (#3698) List members in the current channel first. --- webapp/sass/components/_suggestion-list.scss | 30 ++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) (limited to 'webapp/sass/components') diff --git a/webapp/sass/components/_suggestion-list.scss b/webapp/sass/components/_suggestion-list.scss index 8bee49ce6..c995d5ebf 100644 --- a/webapp/sass/components/_suggestion-list.scss +++ b/webapp/sass/components/_suggestion-list.scss @@ -44,3 +44,33 @@ .suggestion-list--bottom { position: relative; } + +.suggestion-list__divider { + line-height: 21px; + margin: 5px 0px 0px 5px; + position: relative; + + &:first-child { + margin-top: 5px; + } + + > span { + color: rgba(51,51,51,0.7); + background: #f2f4f8; + display: inline-block; + padding-right: 10px; + position: relative; + z-index: 5; + } + + &:before { + @include opacity(.2); + background: $dark-gray; + content: ''; + height: 1px; + left: 0; + position: absolute; + top: 10px; + width: 100%; + } +} -- cgit v1.2.3-1-g7c22