summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_suggestion_list.scss
diff options
context:
space:
mode:
authorhmhealey <harrisonmhealey@gmail.com>2015-12-01 13:25:12 -0500
committerhmhealey <harrisonmhealey@gmail.com>2015-12-01 16:27:22 -0500
commita5080ed6b1ddf98a18c0bc01c29cd6eed5c86294 (patch)
tree41e62f65d2bf76e0755718e9e10ba2f24bb9e499 /web/sass-files/sass/partials/_suggestion_list.scss
parent0c449ba5c98b4200ac255e2e6b70b754452a861e (diff)
downloadchat-a5080ed6b1ddf98a18c0bc01c29cd6eed5c86294.tar.gz
chat-a5080ed6b1ddf98a18c0bc01c29cd6eed5c86294.tar.bz2
chat-a5080ed6b1ddf98a18c0bc01c29cd6eed5c86294.zip
Cleaned up styling for command and at mention suggestions
Diffstat (limited to 'web/sass-files/sass/partials/_suggestion_list.scss')
-rw-r--r--web/sass-files/sass/partials/_suggestion_list.scss24
1 files changed, 24 insertions, 0 deletions
diff --git a/web/sass-files/sass/partials/_suggestion_list.scss b/web/sass-files/sass/partials/_suggestion_list.scss
index 7203779ed..c3df88964 100644
--- a/web/sass-files/sass/partials/_suggestion_list.scss
+++ b/web/sass-files/sass/partials/_suggestion_list.scss
@@ -21,3 +21,27 @@
position: absolute;
bottom: 0;
}
+
+.suggestion--selected {
+ // set by theme code
+}
+
+.command-name {
+ position: relative;
+ width: 100%;
+ line-height: 24px;
+ padding: 5px 10px 8px;
+ z-index: 101;
+ font-size: 0.95em;
+ border-bottom: 1px solid #ddd;
+
+ .command__desc {
+ margin-left: 5px;
+ @include opacity(0.5);
+ line-height: normal;
+ }
+}
+
+.command-desc {
+ color: #a7a8ab;
+}