diff --git a/app/assets/stylesheets/custom_bootstrap.css.sass b/app/assets/stylesheets/custom_bootstrap.css.sass index 3fb59b33f..9c0e7bf1c 100644 --- a/app/assets/stylesheets/custom_bootstrap.css.sass +++ b/app/assets/stylesheets/custom_bootstrap.css.sass @@ -216,5 +216,5 @@ textarea.resize-vertical a.fa text-decoration: none -.update-label, .update-status +.update-label, .update-status, .pointer cursor: pointer diff --git a/app/views/shared/_feed_commit.html.haml b/app/views/shared/_feed_commit.html.haml index 1ea0f8704..e3ef68162 100644 --- a/app/views/shared/_feed_commit.html.haml +++ b/app/views/shared/_feed_commit.html.haml @@ -6,7 +6,7 @@ .clearfix %span= presenter.caption - if presenter.expandable? and presenter.content? - %span.glyphicon.glyphicon-chevron-down{ 'data-toggle' => 'collapse', 'data-target' => "#commit_message_#{item_no}" } + %span.glyphicon.glyphicon-chevron-down.pointer{ 'data-toggle' => 'collapse', 'data-target' => "#commit_message_#{item_no}" } .clearfix - if presenter.content? .collapse{ id: "commit_message_#{item_no}" }