We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 878bcfa commit 6ff0d65Copy full SHA for 6ff0d65
packages/components/src/ui/radix-dropdown/styles.ts
@@ -149,8 +149,8 @@ export const RadioItem = styled( DropdownMenu.RadioItem )`
149
${ itemLeftSpace }
150
`;
151
export const SubTrigger = styled( DropdownMenu.SubTrigger )`
152
- &[data-state='open'] {
153
- color: ${ COLORS.ui.theme };
+ &[data-state='open']:not( [data-highlighted] ) {
+ background-color: ${ COLORS.ui.backgroundDisabled };
154
}
155
156
${ baseItem }
0 commit comments