do not animate ticket if stock is empty

This commit is contained in:
isUnknown 2024-08-28 10:49:48 +02:00
parent ccd35c2b92
commit 303ccf5bce
4 changed files with 17 additions and 8 deletions

View file

@ -24,3 +24,7 @@ picture svg {
transition: var(--transition-image-opacity);
z-index: 0;
}
a[disabled] {
cursor: not-allowed;
}