Skip to content

Commit

Permalink
add css for faq.js to show/hide the anchors
Browse files Browse the repository at this point in the history
  • Loading branch information
yihui committed Oct 27, 2021
1 parent f0c3066 commit 91ca1be
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions css/faq.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,9 @@
float: right;
margin-left: 1em;
}
.faq-list .anchor {
display: none;
}
.faq-list > li:hover > .anchor {
display: inline;
}

0 comments on commit 91ca1be

Please sign in to comment.