Skip to content

Commit b30b561

Browse files
committed
remove rounded corners from interior btn in collapsible pren-next nav
1 parent 033089e commit b30b561

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

app/components/dcv/search_context/collapsible_pagination_component.html.erb

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
</div>
44
<div class="collapse show width input-group-prepend" id="collapsePrevNext">
55
<% if params[:return_to_filesystem].present? %>
6-
<%= link_to('<i class="fa fa-reply-all"></i>'.html_safe, params[:return_to_filesystem], class: 'btn btn-outline-secondary', :"data-toggle" => 'tooltip', "aria-label": t('views.pagination.return_to_filesystem'), title: t('views.pagination.return_to_filesystem')) %>
6+
<%= link_to('<i class="fa fa-reply-all"></i>'.html_safe, params[:return_to_filesystem], class: 'btn btn-outline-secondary rounded-0', :"data-toggle" => 'tooltip', "aria-label": t('views.pagination.return_to_filesystem'), title: t('views.pagination.return_to_filesystem')) %>
77
<% else %>
8-
<%= helpers.link_back_to_catalog(label: '<i class="fa fa-reply-all"></i> '.html_safe, class: 'btn btn-outline-secondary', :"data-toggle" => 'tooltip', "aria-label": t('views.pagination.return_to_search'), title: t('views.pagination.return_to_search') ) %>
8+
<%= helpers.link_back_to_catalog(label: '<i class="fa fa-reply-all"></i> '.html_safe, class: 'btn btn-outline-secondary rounded-0', :"data-toggle" => 'tooltip', "aria-label": t('views.pagination.return_to_search'), title: t('views.pagination.return_to_search') ) %>
99
<% if @search_context[:prev] || @search_context[:next] %>
10-
<span class="btn btn-outline-secondary" style="pointer-events:none;"><%= item_page_entry_info %></span>
11-
<%= link_to_previous_document @search_context[:prev], "btn btn-outline-secondary btn-sm" %>
12-
<%= link_to_next_document @search_context[:next], "btn btn-outline-secondary btn-sm" %>
10+
<span class="btn btn-outline-secondary rounded-0" style="pointer-events:none;"><%= item_page_entry_info %></span>
11+
<%= link_to_previous_document @search_context[:prev], "btn btn-outline-secondary btn-sm rounded-0" %>
12+
<%= link_to_next_document @search_context[:next], "btn btn-outline-secondary btn-sm rounded-0" %>
1313
<% end %>
1414
<% end %>
1515
</div>

0 commit comments

Comments
 (0)