Skip to content

Commit

Permalink
Only apply capitalization rule to holding type facet
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmcd75 committed Nov 14, 2024
1 parent cac7181 commit b5931a6
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions custom/themes/newspapers_lib_unb_ca/src/scss/_facets.scss
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,9 @@ ul.js-facets-checkbox-links + a.open::before {
color: $link-color;
word-break: break-word;
}
.block-facet--checkbox {
&:not(.block-facet-blockinstitutions) {
.facet-item__value {
text-transform: capitalize;
}
.block-facet-blockholdings {
.facet-item__value {
text-transform: capitalize;
}
}
.facet-item input:focus,
Expand Down

0 comments on commit b5931a6

Please sign in to comment.