mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
fix display icon on hover
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<li>
|
||||
<div ng-mouseenter="hovered=node && node.id != 'all'" ng-mouseleave="hovered=null" class="pointer">
|
||||
<div ng-mouseenter="hovered=node" ng-mouseleave="hovered=null" class="pointer">
|
||||
<div class="dropdown pull-right">
|
||||
<a dropdown-toggle class="pull-right">
|
||||
<i ng-show="hovered==node" class="icon icon-chevron-down"></i>
|
||||
<i ng-show="hovered==node && node.id != 'all'" class="icon icon-chevron-down"></i>
|
||||
</a>
|
||||
<ul class="dropdown-menu">
|
||||
<li>
|
||||
|
||||
Reference in New Issue
Block a user