Skip to content

Commit

Permalink
small agbp update that fixes the copy button animations
Browse files Browse the repository at this point in the history
  • Loading branch information
SpiritAxolotl committed Jun 6, 2024
1 parent 1203899 commit 8c3080d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/animal-gender-bodypart/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ <h1 id="title">Tumblr-to-Cohost Username Generator</h1>
<br>
tag <a class="tag" href="https://cohost.org/rc/tagged/animal%20gender%20bodypart" target="_blank">#animal gender bodypart</a> when sharing!
<br>
<a href="https://github.com/SpiritAxolotl/spax.zone/blob/main/tests/animal-gender-bodypart/">v1.8.7</a>
<a href="https://github.com/SpiritAxolotl/spax.zone/blob/main/tests/animal-gender-bodypart/">v1.8.8</a>
</div>
</body>
</html>
4 changes: 2 additions & 2 deletions tests/animal-gender-bodypart/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@ body {
#copy-button {
opacity: 0;
margin-bottom: 2rem;
transition: opacity 0.5s ease;
transition: inherit, inherit, opacity 0.5s ease;
& > div {
transition: background-color 0.25s ease-out;
transition: inherit, inherit, background-color 0.25s ease-out;
}
}

Expand Down

0 comments on commit 8c3080d

Please sign in to comment.