Skip to content

Commit

Permalink
fix aria-disabled description styles
Browse files Browse the repository at this point in the history
  • Loading branch information
broccolinisoup committed Nov 27, 2023
1 parent e4164e4 commit d7bd746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ActionList/Description.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const Description: React.FC<React.PropsWithChildren<ActionListDescription
minWidth: 0,
marginLeft: variant === 'block' ? 0 : 2,
color: 'fg.muted',
'li[aria-disabled="true"] &': {
'li > [aria-disabled="true"] &': {
color: 'inherit',
},
'li[data-variant="danger"]:hover &, li[data-variant="danger"]:active &': {
Expand Down

0 comments on commit d7bd746

Please sign in to comment.