diff --git a/Changelog.md b/Changelog.md index baa6415c5..3e4e49742 100644 --- a/Changelog.md +++ b/Changelog.md @@ -137,6 +137,7 @@ everything is set up. ## Bug fixes +* Fix deletelabel icon size regression after sprites [$4180](https://github.com/diaspora/diaspora/issues/4180) * Fix mass aspect selection [#4127](https://github.com/diaspora/diaspora/pull/4127) * Fix posting functionality on tags show view [#4112](https://github.com/diaspora/diaspora/pull/4112) * Fix cancel button on getting_started confirmation box [#4073](https://github.com/diaspora/diaspora/issues/4073) diff --git a/app/assets/images/icons/deletelabel.png b/app/assets/images/icons/deletelabel.png index 768ed6608..b3e53ee3a 100644 Binary files a/app/assets/images/icons/deletelabel.png and b/app/assets/images/icons/deletelabel.png differ diff --git a/app/assets/stylesheets/application.css.sass b/app/assets/stylesheets/application.css.sass index bda28d483..29b5f5048 100644 --- a/app/assets/stylesheets/application.css.sass +++ b/app/assets/stylesheets/application.css.sass @@ -436,14 +436,14 @@ ul.as-selections .icons-ignoreuser :height 14px - :width 13px + :width 14px .delete :display inline-block .icons-deletelabel - :height 8px - :width 8px + :height 14px + :width 14px a:hover :text-decoration none @@ -857,8 +857,8 @@ form p.checkbox_select :margin-top 9px .icons-deletelabel - :height 8px - :width 8px + :height 14px + :width 14px &:hover @include opacity(1) @@ -1963,8 +1963,8 @@ ul#press_logos :right 5px .icons-deletelabel - :height 8px - :width 8px + :height 14px + :width 14px h3 :margin 0 @@ -2550,8 +2550,8 @@ ul.left_nav :vertical-align middle .icons-deletelabel - :height 8px - :width 8px + :height 14px + :width 14px :margin-top 4px li.unfollow, @@ -3073,8 +3073,8 @@ a.toggle_selector :right -5px :float right .icons-deletelabel - :height 8px - :width 8px + :height 14px + :width 14px img margin-top: 10px