Merge branch 'main' into fix/issue-116-timestamp-timezone
All checks were successful
check / check (push) Successful in 8s
All checks were successful
check / check (push) Successful in 8s
This commit is contained in:
@@ -29,6 +29,6 @@ body {
|
|||||||
|
|
||||||
.copy-flash-fade {
|
.copy-flash-fade {
|
||||||
transition:
|
transition:
|
||||||
background-color 300ms ease-out,
|
background-color 225ms ease-out,
|
||||||
color 300ms ease-out;
|
color 225ms ease-out;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -272,8 +272,8 @@ function flashCopyFeedback(el) {
|
|||||||
el.classList.add("copy-flash-fade");
|
el.classList.add("copy-flash-fade");
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
el.classList.remove("copy-flash-fade");
|
el.classList.remove("copy-flash-fade");
|
||||||
}, 350);
|
}, 275);
|
||||||
}, 100);
|
}, 75);
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
|
|||||||
Reference in New Issue
Block a user