Skip to content

Commit

Permalink
fix css
Browse files Browse the repository at this point in the history
  • Loading branch information
nimzco committed Aug 23, 2024
1 parent bfe29b1 commit 9bb77c3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/scenes/ConferenceList/RefinementList.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,15 @@
}

.ais-RefinementList-showMore {
& {
@include link();
}

font-size: 0.9em;
@include link();

&:hover {
@include link--hover();
}

& {
font-size: 0.9em;
}
}

.ais-ToggleRefinement-checkbox {
Expand Down

0 comments on commit 9bb77c3

Please sign in to comment.