Change menu icon to standard foundation icon
This commit is contained in:
parent
cdabbc7cbb
commit
b2f6aea281
2 changed files with 3 additions and 2 deletions
|
|
@ -85,7 +85,8 @@
|
|||
<div ng-controller="SidebarController" ng-show="$root.iden && !$root.hideNavigation && !$root.wpInputFocused">
|
||||
<nav class="tab-bar">
|
||||
<section class="left-small">
|
||||
<a href class="menu-icon" ng-click="openMenu()"><span></span></a>
|
||||
<a class="p10"
|
||||
ng-click="openMenu()"><i class="fi-list size-24"></i></a>
|
||||
</section>
|
||||
|
||||
<section class="right-small"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue