Skip to content

Commit

Permalink
Merge pull request #3476 from projectblacklight/font-weight
Browse files Browse the repository at this point in the history
[8.x] Allow facet button font weight to be set independenly
  • Loading branch information
seanaery authored Jan 21, 2025
2 parents 7263fbf + 581ce6b commit a813fdb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/assets/stylesheets/blacklight/_bootstrap_overrides.scss
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
// Facet field headings and buttons
.facet-field-heading {
--bl-facet-field-heading-font-weight: #{$headings-font-weight};
border-bottom: 0;

button {
font-weight: $headings-font-weight;
font-weight: var(--bl-facet-field-heading-font-weight);

&::after {
content: "";
Expand Down

0 comments on commit a813fdb

Please sign in to comment.