summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials
diff options
context:
space:
mode:
authorhmhealey <harrisonmhealey@gmail.com>2015-12-01 10:54:53 -0500
committerhmhealey <harrisonmhealey@gmail.com>2015-12-01 16:27:22 -0500
commit0c449ba5c98b4200ac255e2e6b70b754452a861e (patch)
tree9f52f450c8f9ae28c51246cfe3c2fb8da8303eca /web/sass-files/sass/partials
parent713115be51cbc20e90be2153772e6f184ce7c76d (diff)
downloadchat-0c449ba5c98b4200ac255e2e6b70b754452a861e.tar.gz
chat-0c449ba5c98b4200ac255e2e6b70b754452a861e.tar.bz2
chat-0c449ba5c98b4200ac255e2e6b70b754452a861e.zip
Replaced CommandList with the new suggestion components
Diffstat (limited to 'web/sass-files/sass/partials')
-rw-r--r--web/sass-files/sass/partials/_command-box.scss6
1 files changed, 5 insertions, 1 deletions
diff --git a/web/sass-files/sass/partials/_command-box.scss b/web/sass-files/sass/partials/_command-box.scss
index 184fb55eb..b5ba26edf 100644
--- a/web/sass-files/sass/partials/_command-box.scss
+++ b/web/sass-files/sass/partials/_command-box.scss
@@ -32,4 +32,8 @@
.command-desc {
color: #a7a8ab;
-} \ No newline at end of file
+}
+
+.command--selected {
+ background-color: #e8eaed;
+}