Skip to content

Commit

Permalink
Switch the "Dismiss All Messages" to btn-secondary to offset it from
Browse files Browse the repository at this point in the history
the main page buttons.
  • Loading branch information
drgrice1 committed Aug 20, 2023
1 parent ea47e35 commit 084eec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/themes/math4/system.html.ep
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
% if ($c->can('message')) {
<div id="message_bottom" class="message"><%= $c->message %></div>
<div>
<button type="button" id="dismiss-messages-btn" class="btn btn-primary d-none">
<button type="button" id="dismiss-messages-btn" class="btn btn-secondary d-none">
<%= maketext('Dismiss All Messages') %>
</button>
</div>
Expand Down

0 comments on commit 084eec8

Please sign in to comment.