Skip to content

Commit

Permalink
fix(ui5-tabcontainer): overflow menu button is added a title (#2639)
Browse files Browse the repository at this point in the history
Fixes: #2607
  • Loading branch information
GerganaKremenska committed Jan 8, 2021
1 parent bf8caaf commit 943e4ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/main/src/TabContainer.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<ui5-button
icon="{{overflowMenuIcon}}"
design="Transparent"
aria-label="{{overflowMenuTitle}}"
title="{{overflowMenuTitle}}"
aria-haspopup="true"
></ui5-button>
{{/if}}
Expand Down

0 comments on commit 943e4ce

Please sign in to comment.