Skip to content

Commit 896ced5

Browse files
author
Jonny Muir
committed
fix: remove disallowed aria-hidden attributes from button and popover container
1 parent 500f8ce commit 896ced5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/uui-tabs/lib/uui-tab-group.element.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,6 @@ export class UUITabGroupElement extends LitElement {
388388
<slot @slotchange=${this.#onSlotChange}></slot>
389389
</div>
390390
<uui-button
391-
aria-hidden="true"
392391
popovertarget="popover-container"
393392
style="display: none"
394393
id="more-button"
@@ -400,7 +399,6 @@ export class UUITabGroupElement extends LitElement {
400399
</div>
401400
<uui-popover-container
402401
id="popover-container"
403-
aria-hidden="true"
404402
popover
405403
placement="bottom-end">
406404
<div id="hidden-tabs-container" tabindex="-1">

0 commit comments

Comments
 (0)