Skip to content

updating variables for generic menu disabled state #651

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

gjones
Copy link
Collaborator

@gjones gjones commented Aug 7, 2025

Summary

closes: #621. Updating the genericMenu to use correct tokens for the disabled state.

CleanShot 2025-08-06 at 21 53 02@2x CleanShot 2025-08-06 at 21 52 55@2x

@gjones gjones requested a review from ariser August 7, 2025 01:51
@gjones gjones self-assigned this Aug 7, 2025
Copy link

vercel bot commented Aug 7, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
click-ui ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 7, 2025 1:51am

@@ -105,8 +105,8 @@ export const GenericMenuItem = styled.div`
font: ${theme.click.genericMenu.item.typography.label.active};
}
&[data-disabled] {
// TODO use theme.click.genericMenu.item.color.text.disabled after it's fixed https://github.com/ClickHouse/click-ui/issues/621
color:${theme.global.color.text.disabled};
background:${theme.click.genericMenu.item.color.background.disabled};
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why does it have to have a background? In dark theme it looks like a selected item.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update genericMenu disabled colors
2 participants