Skip to content

Commit

Permalink
Update stlying and add tooltips
Browse files Browse the repository at this point in the history
  • Loading branch information
jmforsythe committed Sep 27, 2024
1 parent 03081a9 commit 49b7174
Show file tree
Hide file tree
Showing 5 changed files with 601 additions and 28 deletions.
1 change: 1 addition & 0 deletions static/javascript/sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ function make_list_item(text) {
el.onclick = () => {
el.classList.toggle("item_negated")
}
el.title = "Click to toggle inclusion/exclusion"
return el
}

Expand Down
Loading

0 comments on commit 49b7174

Please sign in to comment.