Skip to content

Commit

Permalink
🐛 fix(accordion): corrige le focus dans un groupe [DS-3486] (#867)
Browse files Browse the repository at this point in the history
  • Loading branch information
zellerbaptiste authored Jan 30, 2024
1 parent ba5e0c6 commit e883a93
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/component/accordion/style/_module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
line-height: unset;
}

&:focus-within {
@include z-index(over);
}

&__btn {
@include _build-link-base;
@include _link-display(flex);
Expand Down

0 comments on commit e883a93

Please sign in to comment.