summaryrefslogtreecommitdiffstats
path: root/web/react/components/command_provider.jsx
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/react/components/command_provider.jsx
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/react/components/command_provider.jsx')
-rw-r--r--web/react/components/command_provider.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/command_provider.jsx b/web/react/components/command_provider.jsx
index 0526e09b1..98a89cba0 100644
--- a/web/react/components/command_provider.jsx
+++ b/web/react/components/command_provider.jsx
@@ -12,7 +12,7 @@ class CommandSuggestion extends React.Component {
let className = 'command-name';
if (isSelection) {
- className += ' command--selected';
+ className += ' suggestion--selected';
}
return (