Disable copy button until animation completes, fix the fill animation color, change how animations/transitions are disabled
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user