Skip to content

Commit

Permalink
Merge pull request #3417 from projectblacklight/use-bs-css
Browse files Browse the repository at this point in the history
Use css variables for sort-pagination
  • Loading branch information
jcoyne authored Nov 4, 2024
2 parents 66540b3 + d917bb1 commit 072cece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/blacklight/_controls.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

.sort-pagination,
.pagination-search-widgets {
border-bottom: $pagination-border-width solid $pagination-border-color;
border-bottom: var(--bs-border-width) solid var(--bs-border-color);
margin-bottom: 1em;
padding-bottom: 1em;
}
Expand Down

0 comments on commit 072cece

Please sign in to comment.