Skip to content

Commit

Permalink
Display the "not allowed" cursor on disabled menu items
Browse files Browse the repository at this point in the history
  • Loading branch information
ciampo committed Nov 22, 2023
1 parent 310eb12 commit da57e59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/dropdown-menu-v2-ariakit/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ const baseItem = css`
&[aria-disabled='true'] {
color: ${ COLORS.ui.textDisabled };
pointer-events: none;
cursor: not-allowed;
}
/* Hover */
Expand Down

0 comments on commit da57e59

Please sign in to comment.