Skip to content

Commit

Permalink
MDL-72996 my: Rounded course management button hover
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolate-lightning committed Nov 25, 2021
1 parent 16a5169 commit 60f0bae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion my/templates/dropdown.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}}
<div class="btn-group">
<!-- Set as a link to appease Goutte behat. -->
<a href="#" class="btn btn-link btn-icon icon-size-3" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" title="{{#str}}coursemanagementoptions, my{{/str}}">
<a href="#" class="btn btn-link btn-icon icon-size-3 rounded-circle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" title="{{#str}}coursemanagementoptions, my{{/str}}">
<i class="fa fa-ellipsis-v text-dark py-2" aria-hidden="true"></i>
</a>
<div class="dropdown-menu dropdown-menu-right">
Expand Down

0 comments on commit 60f0bae

Please sign in to comment.