Skip to content

Commit

Permalink
Make autoupdater flash graphic unselectable via tab
Browse files Browse the repository at this point in the history
  • Loading branch information
CakeLancelot committed Oct 6, 2024
1 parent c898cac commit 323b5a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -938,7 +938,7 @@ <h4 class="modal-title">Are you sure?</h4>
</button>
</div>
<div id="of-about-flash-div" style="z-index: -1">
<button class="btn btn-warning mr-1" type="button">
<button class="btn btn-warning mr-1" tabindex="-1" type="button">
<i class="fas fa-info-circle"></i>
</button>
</div>
Expand Down

0 comments on commit 323b5a3

Please sign in to comment.