do not animate ticket if stock is empty
This commit is contained in:
parent
ccd35c2b92
commit
303ccf5bce
4 changed files with 17 additions and 8 deletions
|
|
@ -24,3 +24,7 @@ picture svg {
|
|||
transition: var(--transition-image-opacity);
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
a[disabled] {
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue