Skip to content

Commit

Permalink
Rend l'id des infobulles "Non applicables" uniques (#904)
Browse files Browse the repository at this point in the history
* use unique id for not applicable tooltip in audit row

* update changelog
  • Loading branch information
bellangerq authored Dec 13, 2024
1 parent 9435124 commit bfe2794
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

Tous les changements notables de Ara sont documentés ici avec leur date, leur catégorie (nouvelle fonctionnalité, correction de bug ou autre changement) et leur pull request (PR) associée.

## 13/12/2024

### Corrections 🐛

- Corrige la position des infobulle "Non-applicable" sur la liste des audits ([#904](https://github.com/DISIC/Ara/pull/904))

## 12/12/2024

### Corrections 🐛
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -233,12 +233,12 @@ function copyStatementLink(uniqueId: string) {
Non-applicable
<button
class="fr-btn--tooltip fr-btn audit-compliance-level-tooltip"
aria-describedby="compliance-tooltip"
:aria-describedby="`compliance-tooltip-${zIndex}`"
>
Information contextuelle
</button>
<span
id="compliance-tooltip"
:id="`compliance-tooltip-${zIndex}`"
class="fr-tooltip fr-placement"
role="tooltip"
aria-hidden="true"
Expand Down

0 comments on commit bfe2794

Please sign in to comment.