Skip to content

Commit

Permalink
Remove extra class for close button
Browse files Browse the repository at this point in the history
  • Loading branch information
anvit committed Sep 14, 2023
1 parent c320d58 commit 9d6161a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
<div id="bs2-deprecation-message-content">
<?php echo __('Bootstrap 2 themes have been deprecated and will be removed in a future release. Please consider switching to a Bootstrap 5 theme. %1%More info.%2%', ['%1%' => '<a href="https://www.accesstomemory.org/en/docs/latest/admin-manual/customization/theming/#bs2-update" target="_blank">', '%2%' => '</a>']); ?>
</div>
<button type="button" class="close bs2-deprecation-message-button">&times;</button>
<button type="button" class="close">&times;</button>
</div>
</div>
2 changes: 1 addition & 1 deletion plugins/arDominionPlugin/css/less/scaffolding.less
Original file line number Diff line number Diff line change
Expand Up @@ -1690,7 +1690,7 @@ body.login #content {
border-radius: 0;
}

.bs2-deprecation-message-button {
button {
font-size: 1.75rem;
right: 0;
top: 0;
Expand Down

0 comments on commit 9d6161a

Please sign in to comment.