Skip to content

Commit a7488cd

Browse files
authored
fix(ui5-tabcontainer): fix accessibility of overflow button (#1978)
1 parent 0e8b5ea commit a7488cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/main/src/TabContainer.hbs

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
@click="{{_onOverflowButtonClick}}"
3838
class="{{classes.overflowButton}}"
3939
icon="{{overflowMenuIcon}}"
40-
type="Transparent"
41-
title="{{overflowMenuTitle}}"
4240
design="Transparent"
41+
aria-label="{{overflowMenuTitle}}"
42+
aria-haspopup="true"
4343
></ui5-button>
4444
{{/if}}
4545
</div>

0 commit comments

Comments
 (0)