summaryrefslogtreecommitdiffstats
path: root/web/sass-files
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2015-07-16 12:34:58 -0400
committerJoram Wilander <jwawilander@gmail.com>2015-07-16 12:34:58 -0400
commit4942b8a405fec10c8ccfae4ec946aebdaf9d415f (patch)
tree2692b06690dafbfda46c03073cc99eaa25b8f701 /web/sass-files
parent463e89c280d50c017d8ca5baef5edf90ff9299a7 (diff)
parent1f87c46360b434335ee4b8eae5162b8d37de6f4b (diff)
downloadchat-4942b8a405fec10c8ccfae4ec946aebdaf9d415f.tar.gz
chat-4942b8a405fec10c8ccfae4ec946aebdaf9d415f.tar.bz2
chat-4942b8a405fec10c8ccfae4ec946aebdaf9d415f.zip
Merge pull request #186 from rgarmsen2295/mm-644
MM-644 Adds the ability to use the arrow keys to scroll the @ mention list and use tab to complete
Diffstat (limited to 'web/sass-files')
-rw-r--r--web/sass-files/sass/partials/_mentions.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/web/sass-files/sass/partials/_mentions.scss b/web/sass-files/sass/partials/_mentions.scss
index 7e8c1869a..1396f21a1 100644
--- a/web/sass-files/sass/partials/_mentions.scss
+++ b/web/sass-files/sass/partials/_mentions.scss
@@ -37,6 +37,10 @@
}
}
+.mentions-focus {
+ background-color: #E6F2FA;
+}
+
.mentions-text {
font-color:black;
}