Disable copy button until animation completes, fix the fill animation color, change how animations/transitions are disabled

This commit is contained in:
daudix
2024-09-02 03:25:26 +03:00
parent 1b0bcfba93
commit fe1ec83a28
5 changed files with 24 additions and 20 deletions

View File

@ -21,10 +21,8 @@
margin-block-start: 2rem;
#load-comments {
background-image: linear-gradient(to right,
var(--fg-muted-1) 50%,
var(--primary-color-alpha) 75%,
var(--fg-muted-1) 100%);
--shine: rgb(from var(--primary-color) r g b / calc(var(--color-opacity) * 2));
background-image: linear-gradient(to right, var(--fg-muted-1) 50%, var(--shine) 75%, var(--fg-muted-1) 100%);
background-size: 200%;
background-color: transparent;