diff --git a/Changelog.md b/Changelog.md index f7f4cd59b..4c82bf4b2 100644 --- a/Changelog.md +++ b/Changelog.md @@ -19,6 +19,7 @@ * Fix posting to Twitter [#2758](https://github.com/diaspora/diaspora/issues/2758) * Don't show hovercards for current user in comments [#3999](https://github.com/diaspora/diaspora/issues/3999) * Replace mentions of out-of-aspect people with markdown links [#4161](https://github.com/diaspora/diaspora/pull/4161) +* Unify hide and ignore [#3828](https://github.com/diaspora/diaspora/issues/3828) ## Features diff --git a/app/assets/javascripts/app/views/stream_post_views.js b/app/assets/javascripts/app/views/stream_post_views.js index a8a3d8c52..9be5a63b8 100644 --- a/app/assets/javascripts/app/views/stream_post_views.js +++ b/app/assets/javascripts/app/views/stream_post_views.js @@ -21,7 +21,7 @@ app.views.StreamPost = app.views.Post.extend({ "click .block_user": "blockUser" }, - tooltipSelector : ".timeago, .delete, .block_user, .post_scope, .ignore", + tooltipSelector : ".timeago, .post_scope, .block_user, .delete", initialize : function(){ this.model.bind('remove', this.remove, this); diff --git a/app/assets/stylesheets/application.css.sass b/app/assets/stylesheets/application.css.sass index ef628f090..8727d08e9 100644 --- a/app/assets/stylesheets/application.css.sass +++ b/app/assets/stylesheets/application.css.sass @@ -410,7 +410,8 @@ ul.as-selections &:hover .controls:first-child - @include opacity(0.5) + .control_icon + @include opacity(0.5) .info :font-size smaller diff --git a/app/assets/templates/stream-element_tpl.jst.hbs b/app/assets/templates/stream-element_tpl.jst.hbs index be0587f72..dae331937 100644 --- a/app/assets/templates/stream-element_tpl.jst.hbs +++ b/app/assets/templates/stream-element_tpl.jst.hbs @@ -10,15 +10,15 @@ {{#if loggedIn}}