Skip to content

Commit

Permalink
Added two more missing tooltips
Browse files Browse the repository at this point in the history
  • Loading branch information
shinzlet committed Jun 28, 2021
1 parent 395e525 commit 787fdf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
<header id="options">
<div id="logo" aria-hidden="true">Oildrop</div>
<div class="bar dense-bar">
<label>
<label title="Toggle between Oildrop's light and dark mode.">
<input id="light-toggle" class="wrapped-checkbox" type="checkbox">
<div class="checkbox-proxy" id="light-toggle-icon"></div>
</label>
<button id="settings-button"></button>
<button id="settings-button" title="Open the settings dialogue, which contains additional features and accessibility options."></button>
</div>
</header>

Expand Down

0 comments on commit 787fdf1

Please sign in to comment.