Skip to content

Commit

Permalink
fix #501
Browse files Browse the repository at this point in the history
  • Loading branch information
basvasilich committed Jul 9, 2015
1 parent 609043a commit c8c5c67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions blocks/suggest/suggest.styl
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ nb-suggest()
._nb-suggest-container.nb-island
position: absolute

._nb-suggest-item-link
._nb-suggest-item
skin: menu-item (_hover '&.ui-state-focus')

._nb-small-suggest ._nb-suggest-item-link
._nb-small-suggest ._nb-suggest-item
skin: menu-item small no-hover

nb-suggest()
4 changes: 1 addition & 3 deletions blocks/suggest/suggest.yate
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,7 @@ match .suggest nb {

match / nb-suggest {
<li class="_nb-suggest-item">
<a class="_nb-suggest-item-link">
apply .item nb-suggest
</a>
apply .item nb-suggest
</li>
}

Expand Down

0 comments on commit c8c5c67

Please sign in to comment.