Skip to content

Commit

Permalink
thank you
Browse files Browse the repository at this point in the history
  • Loading branch information
Jazza-231 committed Mar 25, 2024
1 parent f8bad5f commit 451c2e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addons/download-button/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
}

#sa-download-button.loading:before {
background-image: url(https://scratch.mit.edu/svgs/modal/spinner-blue.svg);
background-image: url(https://scratch.mit.edu/svgs/modal/spinner-white.svg);
background-size: 100%;
filter: grayscale(100%) brightness(0) invert(1) var(--darkWww-button-filter, grayscale(100%) brightness(0) invert(1));
filter: var(--darkWww-button-filter);
animation-name: spin-intro, spin;
animation-duration: 0.25s, 1s;
animation-timing-function: cubic-bezier(0.3, -3, 0.6, 3), cubic-bezier(0.4, 0.1, 0.4, 1);
Expand Down

0 comments on commit 451c2e7

Please sign in to comment.