Skip to content

Commit

Permalink
Revert "Make heading permalink hashes hidden when not hovered"
Browse files Browse the repository at this point in the history
This reverts commit f8106c8. See #1519 (comment)
  • Loading branch information
caendesilva committed Jul 8, 2024
1 parent 254bbe7 commit c94a704
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/hydefront/sass/docs/heading-permalinks.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,12 @@

.heading-permalink {
opacity: 0;
visibility: hidden;
margin-left: 0.25rem;
transition: opacity 0.3s ease;
padding: 0 0.25rem;
scroll-margin: 1rem;
&:hover, &:focus {
opacity: 1;
visibility: visible;
filter: unset;
}
}
Expand Down

0 comments on commit c94a704

Please sign in to comment.