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

Commit 5699228

Browse files
committed
fix(navigation-tree): use more concise style rule
1 parent a166d9e commit 5699228

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vue-algolia-navigation-tree-facet/src/NavigationTreeFacet.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
font-weight: normal;
119119
cursor: pointer;
120120
121-
&:hover .alg-navigation-tree-facet__value {
121+
&:hover &__value {
122122
text-decoration: underline;
123123
}
124124

0 commit comments

Comments
 (0)