Skip to content

Commit

Permalink
fix: TabItem に disabledDetail があるときのフォーカスリングを修正 (#5057)
Browse files Browse the repository at this point in the history
uknmr authored Oct 30, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent befa773 commit 236a744
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/smarthr-ui/src/components/TabBar/TabItem.tsx
Original file line number Diff line number Diff line change
@@ -84,6 +84,7 @@ export const TabItem: FC<Props & ElementProps> = ({
vertical="auto"
ariaDescribedbyTarget="inner"
aria-disabled={rest.disabled}
className="focus-visible:shr-focus-indicator--inner"
>
<TabButton {...rest} suffix={Icon} />
</Tooltip>

0 comments on commit 236a744

Please sign in to comment.