Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@karenying
Last active November 22, 2020 01:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save karenying/4732bc0448aef4f2080106044c7c7824 to your computer and use it in GitHub Desktop.
Save karenying/4732bc0448aef4f2080106044c7c7824 to your computer and use it in GitHub Desktop.
.headerlink-dot {
margin-top: -0.5rem;
opacity: 0;
transition: opacity 200ms linear;
}
.headerlink-title:hover .headerlink-dot {
opacity: 1;
}
.headerlink-dot-active {
margin-top: -0.5rem;
display: block;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment