Skip to content

Fix dropdown submenu arrow invisible in non-hovered state#44

Merged
shenxianpeng merged 4 commits into
mainfrom
fix/3909-dropdown-submenu-arrow
Apr 26, 2026
Merged

Fix dropdown submenu arrow invisible in non-hovered state#44
shenxianpeng merged 4 commits into
mainfrom
fix/3909-dropdown-submenu-arrow

Conversation

@shenxianpeng
Copy link
Copy Markdown
Member

@shenxianpeng shenxianpeng commented Apr 26, 2026

The dropdown-submenu arrow was using --bs-dropdown-link-active-color (#fff) which is invisible against the white background. Change to --bs-dropdown-link-color (#ccc) to make the arrow visible, matching the behavior from MkDocs 1.5.2 and earlier.

Closes mkdocs/mkdocs#3909

Type of Change

  • Bug fix
  • New feature
  • Documentation update
  • Refactor / code cleanup
  • CI / build / dependency update
  • Other (describe below)

Checklist

  • New tests added for new behavior (if applicable)
  • Documentation updated (if applicable)
  • Release notes docs/about/release-notes.md updated (if applicable)

The dropdown-submenu arrow was using --bs-dropdown-link-active-color
(#fff) which is invisible against the white background. Change to
--bs-dropdown-link-color (#ccc) to make the arrow visible, matching
the behavior from MkDocs 1.5.2 and earlier.

Closes mkdocs/mkdocs#3909
@github-actions github-actions Bot added the bug Something isn't working label Apr 26, 2026
@shenxianpeng shenxianpeng changed the title Fix dropdown submenu arrow invisible in non-hovered state (#3909) Fix dropdown submenu arrow invisible in non-hovered state Apr 26, 2026
Comment thread docs/about/release-notes.md Outdated
@shenxianpeng shenxianpeng merged commit 4742497 into main Apr 26, 2026
23 checks passed
@shenxianpeng shenxianpeng deleted the fix/3909-dropdown-submenu-arrow branch April 26, 2026 21:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Dropdown submenu marker invisible (regression in 1.6.1 since 1.5.2)

1 participant