Skip to content

Commit

Permalink
22056 bugfix dropdown button (#2000)
Browse files Browse the repository at this point in the history
 Added aria label to expand button to table row
  • Loading branch information
flutistar authored Aug 15, 2024
1 parent 3595cbb commit 095a67c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ppr-ui/src/components/tables/common/TableRow.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
color="primary"
size="small"
icon
:aria-label="isPpr ? 'Expand Amendments' : 'Expand History'"
role="button"
@click="toggleExpand(item)"
@mouseover="rollover = true"
@mouseleave="rollover = false"
Expand Down

0 comments on commit 095a67c

Please sign in to comment.