Skip to content

Commit a813fdb

Browse files
authored
Merge pull request #3476 from projectblacklight/font-weight
[8.x] Allow facet button font weight to be set independenly
2 parents 7263fbf + 581ce6b commit a813fdb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/assets/stylesheets/blacklight/_bootstrap_overrides.scss

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
// Facet field headings and buttons
22
.facet-field-heading {
3+
--bl-facet-field-heading-font-weight: #{$headings-font-weight};
34
border-bottom: 0;
45

56
button {
6-
font-weight: $headings-font-weight;
7+
font-weight: var(--bl-facet-field-heading-font-weight);
78

89
&::after {
910
content: "";

0 commit comments

Comments
 (0)