Skip to content

Commit

Permalink
Merge pull request #13923 from GiacomoDM/bugfix/13902
Browse files Browse the repository at this point in the history
Bugfix #13902 Fix TabView inkbar accessibility
  • Loading branch information
cetincakiroglu committed Oct 25, 2023
2 parents c0b3771 + a4fa782 commit 21c5fa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/tabview/tabview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ export class TabPanel implements AfterContentInit, OnDestroy {
</a>
</li>
</ng-template>
<li #inkbar class="p-tabview-ink-bar" [attr.data-pc-section]="'inkbar'"></li>
<li #inkbar class="p-tabview-ink-bar" role="presentation" aria-hidden="true" [attr.data-pc-section]="'inkbar'"></li>
</ul>
</div>
<button
Expand Down

1 comment on commit 21c5fa8

@vercel
Copy link

@vercel vercel bot commented on 21c5fa8 Oct 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.