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

Commit

Permalink
fix(InfiniteHits): add disabled style to the LoadMore button (#477)
Browse files Browse the repository at this point in the history
* fix(InfiniteHits): add disabled style to the LoadMore button

* fix(InfiniteHits): remove the need for an extra selector
  • Loading branch information
ronanlevesque authored and mthuret committed Oct 13, 2017
1 parent a8455fa commit faba1ad
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
.ais-InfiniteHits__root {
}

.ais-InfiniteHits__root button {
.ais-InfiniteHits__loadMore {
@include buttonTernary();
@include buttonLink();
@include disabled();
}

0 comments on commit faba1ad

Please sign in to comment.