Skip to content

Commit

Permalink
Fix add/remove facet symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
andmor- committed Jan 22, 2025
1 parent 31b826c commit 9bd0193
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions scss/modules/kcentressearch.scss
Original file line number Diff line number Diff line change
Expand Up @@ -186,11 +186,16 @@
li.facet-item {
list-style: "+ ";

&:has(label.is-active) {
&:has(a.is-active) {
font-weight: 700;
list-style: "- ";

a span.facet-item__status {
display: none;
}
}

label::first-letter {
a span::first-letter {
text-transform: uppercase;
}
}
Expand Down

0 comments on commit 9bd0193

Please sign in to comment.