mirror of
https://github.com/danpros/htmly.git
synced 2026-04-21 21:16:23 +05:30
Clean toc heading link
The heading link only show up when we hovering it
This commit is contained in:
parent
6e667b4348
commit
fda3af37f4
2 changed files with 9 additions and 1 deletions
|
|
@ -49,4 +49,12 @@ summary {
|
|||
border:none;
|
||||
margin-left: 5px;
|
||||
box-shadow:none;
|
||||
}
|
||||
|
||||
.toc-link a {
|
||||
display:none;
|
||||
}
|
||||
|
||||
.toc-link:hover a{
|
||||
display:inline-block;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue