Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

Commit

Permalink
fix(navigation-tree): fix invalid scss rule
Browse files Browse the repository at this point in the history
  • Loading branch information
rayrutjes committed Mar 17, 2017
1 parent 5699228 commit 33f07ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
font-weight: normal;
cursor: pointer;
&:hover &__value {
&:hover .alg-navigation-tree-facet__value {
text-decoration: underline;
}
Expand Down
4 changes: 2 additions & 2 deletions packages/vue-algolia-playground/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
<div slot="header">
<h3>Browse by</h3>
</div>
<template scope="{count, active, value}">
<!--template scope="{count, active, value}">
&gt; {{ value }}
</template>
</template-->
</navigation-tree-facet>

<price-range-facet attribute="price">
Expand Down

0 comments on commit 33f07ee

Please sign in to comment.