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

Commit

Permalink
fix(search-facet): make style rules less specific
Browse files Browse the repository at this point in the history
  • Loading branch information
rayrutjes committed Mar 17, 2017
1 parent 7e284fc commit a1f8e14
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions packages/vue-algolia-search-facet/src/SearchFacet.vue
Original file line number Diff line number Diff line change
Expand Up @@ -106,15 +106,16 @@
margin-right: 5px;
}
}
ul {
list-style: none;
padding-left: 0;
}
.alg-search-facet__item--active label {
font-weight: bold;
}
}
.alg-search-facet__item--active label {
font-weight: bold;
}
</style>

0 comments on commit a1f8e14

Please sign in to comment.