Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Skip to first result" link does not share style with other skip links. #3477

Closed
jcoyne opened this issue Dec 18, 2024 · 0 comments · Fixed by #3478
Closed

"Skip to first result" link does not share style with other skip links. #3477

jcoyne opened this issue Dec 18, 2024 · 0 comments · Fixed by #3478

Comments

@jcoyne
Copy link
Member

jcoyne commented Dec 18, 2024

<% content_for(:skip_links) do -%>
<%= link_to t('blacklight.skip_links.first_result'), '#documents', class: 'd-inline-flex p-2 m-1' %>
<% end %>

See /~https://github.com/projectblacklight/blacklight/blob/main/app/components/blacklight/skip_link_component.rb#L19-L21

jcoyne added a commit that referenced this issue Dec 18, 2024
So that all skip links can use the same css classes

Fixes #3477
jcoyne added a commit that referenced this issue Dec 20, 2024
So that all skip links can use the same css classes

Fixes #3477
@bess bess closed this as completed in #3478 Jan 7, 2025
@bess bess closed this as completed in dcd30e8 Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant