[#369] add pointer to a commit content
This commit is contained in:
parent
f86ad211bd
commit
f4c83ac86a
|
@ -216,5 +216,5 @@ textarea.resize-vertical
|
||||||
a.fa
|
a.fa
|
||||||
text-decoration: none
|
text-decoration: none
|
||||||
|
|
||||||
.update-label, .update-status
|
.update-label, .update-status, .pointer
|
||||||
cursor: pointer
|
cursor: pointer
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
.clearfix
|
.clearfix
|
||||||
%span= presenter.caption
|
%span= presenter.caption
|
||||||
- if presenter.expandable? and presenter.content?
|
- 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
|
.clearfix
|
||||||
- if presenter.content?
|
- if presenter.content?
|
||||||
.collapse{ id: "commit_message_#{item_no}" }
|
.collapse{ id: "commit_message_#{item_no}" }
|
||||||
|
|
Loading…
Reference in New Issue