Skip to content

Commit

Permalink
cursor pointer added to ellipsis button (publiclab#7862)
Browse files Browse the repository at this point in the history
Co-authored-by: Jeffrey Warren <jeff@unterbahn.com>
  • Loading branch information
2 people authored and reginaalyssa committed Oct 16, 2021
1 parent e0837cd commit e951e49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/notes/_card.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
</p>
</div>

<a class="ellipsis bottom-right" data-toggle="dropdown"><i class="fa fa-ellipsis-h" style="color : #666; font-size:15px; float:right;"></i></a>
<a class="ellipsis bottom-right" data-toggle="dropdown"><i class="fa fa-ellipsis-h" style="color : #666; font-size:15px; float:right; cursor:pointer;"></i></a>

<ul class="dropdown-menu" style = "width: 150px; font-size:10px;">
<% if node.type == 'note' %>
Expand Down

0 comments on commit e951e49

Please sign in to comment.