Skip to content

Commit

Permalink
Use outline to indicate expandable click targets
Browse files Browse the repository at this point in the history
  • Loading branch information
gibson042 authored and bakkot committed Mar 31, 2019
1 parent ae0694f commit f7e9786
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,6 @@ li {
margin-bottom: 2px;
margin-top: 2px;
}
#tree li:hover {
outline: thin dotted grey;
}

0 comments on commit f7e9786

Please sign in to comment.