Fix selected image counter
This commit is contained in:
parent
81d07b2493
commit
c062c40b31
3 changed files with 8 additions and 3 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue