From 8ead147ebc2c56705c1896586782553dcb30e271 Mon Sep 17 00:00:00 2001 From: nickago Date: Fri, 17 Jul 2015 07:52:56 -0700 Subject: Changed javascript to CSS method --- web/react/components/post_info.jsx | 4 +--- web/react/components/post_right.jsx | 4 +--- web/sass-files/sass/partials/_post.scss | 6 ++++++ 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/web/react/components/post_info.jsx b/web/react/components/post_info.jsx index cf01747f0..17746655d 100644 --- a/web/react/components/post_info.jsx +++ b/web/react/components/post_info.jsx @@ -30,9 +30,7 @@ module.exports = React.createClass({
{ isOwner || (this.props.allowReply === "true" && type != "Comment") ?
- +
  • Edit
  • : "" } diff --git a/web/react/components/post_right.jsx b/web/react/components/post_right.jsx index dca05051d..cc6751738 100644 --- a/web/react/components/post_right.jsx +++ b/web/react/components/post_right.jsx @@ -129,9 +129,7 @@ RootPost = React.createClass({
    { isOwner ?
    - +
    • Edit
    • Delete
    • diff --git a/web/sass-files/sass/partials/_post.scss b/web/sass-files/sass/partials/_post.scss index 465c50296..9368786d1 100644 --- a/web/sass-files/sass/partials/_post.scss +++ b/web/sass-files/sass/partials/_post.scss @@ -208,6 +208,12 @@ body.ios { .dropdown, .comment-icon__container { @include opacity(1); } + .dropdown-toggle:after { + content: '...'; + } + .dropdown-toggle:hover:after { + content: '[...]'; + } } background: #f5f5f5; } -- cgit v1.2.3-1-g7c22