You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Within a facet's list of values, clicking on "more" will open up a modal with various sorting options, including numerical and A-Z. The styling for the Numerical sort and A-Z buttons includes classes that are defined in the HTML for the FacetFieldPaginationComponent.
For our downstream app, we need to use our own styling for the component. One method would be to build in support within Blacklight itself by allowing someone to override _facet_pagination.html.erb and pass in their own classes for these buttons.
The text was updated successfully, but these errors were encountered:
Within a facet's list of values, clicking on "more" will open up a modal with various sorting options, including numerical and A-Z. The styling for the Numerical sort and A-Z buttons includes classes that are defined in the HTML for the FacetFieldPaginationComponent.
See: https://github.com/projectblacklight/blacklight/blob/main/app/components/blacklight/facet_field_pagination_component.html.erb#L13 .
For our downstream app, we need to use our own styling for the component. One method would be to build in support within Blacklight itself by allowing someone to override _facet_pagination.html.erb and pass in their own classes for these buttons.
The text was updated successfully, but these errors were encountered: