Skip to content

Commit

Permalink
make impact tooltip only open on click/focus (#960)
Browse files Browse the repository at this point in the history
  • Loading branch information
bellangerq authored Feb 19, 2025
1 parent 0b392f2 commit 20f4ac0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ const title = "Erreur et recommandation";
<button
aria-describedby="tooltip"
type="button"
class="fr-btn fr-btn--sm fr-icon-question-line fr-btn--tertiary-no-outline"
class="fr-btn fr-btn--tooltip fr-btn--sm fr-icon-question-line fr-btn--tertiary-no-outline"
data-fr-js-tooltip-referent="true"
>
Informations sur l’impact usager
Expand Down

0 comments on commit 20f4ac0

Please sign in to comment.