Skip to content

Commit

Permalink
modal close button design fix
Browse files Browse the repository at this point in the history
  • Loading branch information
skylenet committed Oct 15, 2024
1 parent b22a7c0 commit 3d10361
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions templates/clients/clients_cl.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ <h5 class="modal-title" style="overflow-wrap: anywhere;">
<svg id="peerDetailsModalTitleImage" class="peer-table-icon" style="width:50px;height:50px;" data-jdenticon-value="user127"></svg>
<span id="peerDetailsModalTitle"></span>
</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close" onclick="$('#peerDetailsModal').modal('hide')">
<span aria-hidden="true">&times;</span>
</button>
<button type="button" class="btn-close" data-dismiss="modal" aria-label="Close" onclick="$('#peerDetailsModal').modal('hide')"></button>
</div>
<div class="modal-body">
<div id="peerDetailsModalBody"></div>
Expand Down Expand Up @@ -122,9 +120,7 @@ <h2 class="accordion-header">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="peerDasWarningsModal">👀 PeerDAS: Some problems were detected</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close" onclick="$('#peerDasWarningsModal').modal('hide')">
<span aria-hidden="true">&times;</span>
</button>
<button type="button" class="btn-close" data-dismiss="modal" aria-label="Close" onclick="$('#peerDasWarningsModal').modal('hide')"></button>
</div>
<div class="modal-body">
<div>
Expand Down

0 comments on commit 3d10361

Please sign in to comment.