Skip to content

Commit

Permalink
Use chevron for localDropdownCloseButton.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcenizal committed Dec 10, 2016
1 parent f149a44 commit e4c62eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/public/kbn_top_nav/kbn_top_nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
ng-show="kbnTopNav.rendered"
>
<button class="localDropdownCloseButton" ng-click="kbnTopNav.close()">
<span class="fa fa-times"></span>
<span class="fa fa-chevron-circle-up"></span>
</button>
<div id="template_wrapper">
<!-- Content gets dynamically inserted here. -->
Expand Down

0 comments on commit e4c62eb

Please sign in to comment.