Skip to content

Commit

Permalink
Merge pull request #165 from FriedRiceNoodles/feat/tabs
Browse files Browse the repository at this point in the history
fix(tabs): tab-item remove aria attibutes
  • Loading branch information
ZIA-Hans authored Oct 18, 2024
2 parents 5cfcc07 + 5c049ea commit 5905a2a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/banana/src/tab-item/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ export default class BTabItem extends LitElement {
<div
part="base"
class=${classMap({ 'tab-item': true, 'tab-item--active': this.active, 'tab-item--disabled': this.disabled })}
aria-selected=${this.active}
aria-disabled=${this.disabled}
>
<slot></slot>
</div>
Expand Down

0 comments on commit 5905a2a

Please sign in to comment.