Skip to content

Commit

Permalink
Merge pull request #2804 from sul-dlss/2793-expand-more
Browse files Browse the repository at this point in the history
more details, expand bibliography buttons to primary color
  • Loading branch information
jcoyne authored Jan 10, 2025
2 parents 15c5a8a + cce8d53 commit 592c533
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/assets/javascripts/bibliography.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@

toggleButton: function() {
var button = $(
'<button class="btn btn-secondary bibliography-button">' +
'<button class="btn btn-primary bibliography-button">' +
'<span data-behavior="text">Expand bibliography</span> ' +
'<span class="bibliography-icon">»</span>' +
'</button>'
Expand Down
2 changes: 1 addition & 1 deletion app/views/catalog/_metadata_button_default.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<%= link_to t('metadata.more_details'),
metadata_exhibit_solr_document_path(current_exhibit, @document),
data: { blacklight_modal: 'trigger' },
class: 'btn btn-secondary'
class: 'btn btn-primary'
%>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion app/views/metadata/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<%= render partial: 'metadata' %>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary view-in-modal" data-bl-dismiss="modal">Close</button>
<button type="button" class="btn btn-outline-primary view-in-modal" data-bl-dismiss="modal">Close</button>
<%= link_to t('metadata.download'),
solr_document_path(@document, format: 'mods'),
class: 'btn btn-primary',
Expand Down

0 comments on commit 592c533

Please sign in to comment.