Skip to content

Commit

Permalink
Fix wonky transitions
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebemish committed Jun 5, 2024
1 parent 705cc86 commit 6a16e79
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions themes/mainroad/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1351,6 +1351,10 @@ summary code:hover {
display: inline-block;
}

.anchor-wrapper * {
transition: none;
}

.anchor-wrapper .anchor-icon svg {
height: 0.75em;
width: 0.75em;
Expand Down

1 comment on commit 6a16e79

@neoforged-pages-deployments
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploying with Cloudflare Pages

Name Result
Last commit: 6a16e794b1dedc9f80cdb9a757b086f0b93640c2
Status: ✅ Deploy successful!
Preview URL: https://111e23ba.neoforged-website-previews.pages.dev
PR Preview URL: https://pr-38.neoforged-website-previews.pages.dev

Please sign in to comment.