Skip to content

Commit

Permalink
Add "icon-*" classes to sort handle for issue 31433 (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
taqueci committed Jun 29, 2019
1 parent 540e59a commit c724e29
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/views/hooks/redmine_mail_from/_settings.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ a.mail-from-delete:hover {
display: block;
padding-top: .25em;
}

.sort-handle.mail-from-handle {
width: 0;
}
</style>

<script type="text/javascript">
Expand All @@ -47,7 +51,7 @@ $(function() {
'<span class="mail-from-val">' +
$('<span>').text(val).html() +
'</span>' + ' ' +
'<span class="sort-handle mail-from-handle"></span>' + ' ' +
'<span class="icon-only icon-sort-handle sort-handle mail-from-handle"></span>' + ' ' +
'<a class="icon-only icon-edit mail-from-edit" href="javascript:void(0)"></a>' + ' ' +
'<a class="icon-only icon-del mail-from-delete" href="javascript:void(0)"></a>' +
'</span>';
Expand Down

0 comments on commit c724e29

Please sign in to comment.