Fix selected image counter

This commit is contained in:
Timothée Goguely 2024-10-16 18:05:29 +02:00
parent 81d07b2493
commit c062c40b31
3 changed files with 8 additions and 3 deletions

View file

@ -235,7 +235,7 @@ function setStepStatus(stepName) {
outline: 2px solid var(--color-focus-ring);
}
.image[aria-selected="true"]::after {
content: counter(selected-items);
content: attr(data-count);
position: absolute;
top: var(--space-12);
right: var(--space-12);