diff options
Diffstat (limited to 'web/react/components/at_mention_provider.jsx')
-rw-r--r-- | web/react/components/at_mention_provider.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/at_mention_provider.jsx b/web/react/components/at_mention_provider.jsx index 4d68fef9d..2feaad379 100644 --- a/web/react/components/at_mention_provider.jsx +++ b/web/react/components/at_mention_provider.jsx @@ -33,7 +33,7 @@ class AtMentionSuggestion extends React.Component { let className = 'mentions-name'; if (isSelection) { - className += ' mentions-focus'; + className += ' suggestion--selected'; } return ( |