summaryrefslogtreecommitdiffstats
path: root/web/react/components/post_info.jsx
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-07-17 14:09:59 -0800
committerCorey Hulen <corey@hulen.com>2015-07-17 14:09:59 -0800
commitf1329787357544b1f4ecdf36586b93206d56832e (patch)
tree81e791193d73d407ce2153d8393a74c56202380d /web/react/components/post_info.jsx
parentb306ec84378b36372b5465c09233094314789bf2 (diff)
parent8ead147ebc2c56705c1896586782553dcb30e271 (diff)
downloadchat-f1329787357544b1f4ecdf36586b93206d56832e.tar.gz
chat-f1329787357544b1f4ecdf36586b93206d56832e.tar.bz2
chat-f1329787357544b1f4ecdf36586b93206d56832e.zip
Merge pull request #192 from nickago/MM-1079
MM-1079 Changed hover effect for menu
Diffstat (limited to 'web/react/components/post_info.jsx')
-rw-r--r--web/react/components/post_info.jsx4
1 files changed, 1 insertions, 3 deletions
diff --git a/web/react/components/post_info.jsx b/web/react/components/post_info.jsx
index 48efa95ba..d6422fe3a 100644
--- a/web/react/components/post_info.jsx
+++ b/web/react/components/post_info.jsx
@@ -31,9 +31,7 @@ module.exports = React.createClass({
<div className="dropdown">
{ isOwner || (this.props.allowReply === "true" && type != "Comment") ?
<div>
- <a href="#" className="dropdown-toggle theme" type="button" data-toggle="dropdown" aria-expanded="false">
- [...]
- </a>
+ <a href="#" className="dropdown-toggle theme" type="button" data-toggle="dropdown" aria-expanded="false" />
<ul className="dropdown-menu" role="menu">
{ isOwner ? <li role="presentation"><a href="#" role="menuitem" data-toggle="modal" data-target="#edit_post" data-title={type} data-message={post.message} data-postid={post.id} data-channelid={post.channel_id} data-comments={type === "Post" ? this.props.commentCount : 0}>Edit</a></li>
: "" }