Skip to content

Fix undefined --fg-color reference in nav tokens - #42930

Open
julien-deramond wants to merge 1 commit into
v6-devfrom
fix-nav-fg-color-var
Open

julien-deramond wants to merge 1 commit into
v6-devfrom
fix-nav-fg-color-var

Conversation

@julien-deramond

Copy link
Copy Markdown
Member
  • --nav-tabs-link-active-color and --nav-underline-link-active-color in scss/_nav.scss referenced --fg-color, a token that is not defined anywhere in the codebase.
  • Replaces it with --fg-body, the token --nav-link-active-color already uses for the same active state a few lines above.

🤖 Generated with Claude Code

--nav-tabs-link-active-color and --nav-underline-link-active-color
referenced --fg-color, a token that does not exist. Use --fg-body,
the same token .nav-link-active-color already uses for this state.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

Status: Inbox

Development

Successfully merging this pull request may close these issues.

1 participant