Skip to content

Commit

Permalink
Fix expansion panel buttons (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
jantoun-scottlogic authored Jul 29, 2024
1 parent 7d96d69 commit 6594619
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/expansion-panel/expansion-panel.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<button
type="button"
(click)="toggle()"
(keydown.enter)="toggle()"
[class]="config.buttonStyles"
[attr.aria-label]="expanded ? 'Hide details' : 'Show details'">
{{ expanded ? 'expand_less' : 'expand_more' }}
Expand Down

0 comments on commit 6594619

Please sign in to comment.