Skip to content

Fix GitHub bug: symbolic links are unnecessarily highlighted#9647

Merged
fregante merged 2 commits into
refined-github:mainfrom
zlzheshi:fix-symbolic-link-color
May 31, 2026
Merged

Fix GitHub bug: symbolic links are unnecessarily highlighted#9647
fregante merged 2 commits into
refined-github:mainfrom
zlzheshi:fix-symbolic-link-color

Conversation

@zlzheshi

Copy link
Copy Markdown
Contributor

Fixes #9625

This restores the default file-list text color for symlink entries, which GitHub currently renders as regular blue links because they lack the Link--primary class.

Checks run:

  • npx dprint check source/features/github-bugs.css
  • npx biome lint source/features/github-bugs.css
  • npx eslint source/features/github-bugs.css
  • npm run build:bundle

@fregante fregante changed the title Fix symlink file color Fix GitHub bug: symbolic links are unnecessarily highlighted May 31, 2026

@fregante fregante left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

thank you!

@fregante fregante merged commit a5f9dd8 into refined-github:main May 31, 2026
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

GitHub bug: symbolic links are unnecessarily highlighted

3 participants