diff --git a/docs/about/release-notes.md b/docs/about/release-notes.md index c95fe226..1bfc906e 100644 --- a/docs/about/release-notes.md +++ b/docs/about/release-notes.md @@ -27,8 +27,9 @@ The current members of the MkDocs-NG team. ### Fixed -* Fix build crash caused by broken (dangling) symlinks in the docs directory. #46 +* Fix dropdown submenu arrow invisible in the navigation menu. #44 * Fix malformed URLs (e.g., unterminated IPv6 literals) crashing the entire build. #45 +* Fix build crash caused by broken (dangling) symlinks in the docs directory. #46 ## Version 1.7.1 (2026-04-25) diff --git a/mkdocs/themes/mkdocs/css/base.css b/mkdocs/themes/mkdocs/css/base.css index 76f9673c..4126bf9c 100644 --- a/mkdocs/themes/mkdocs/css/base.css +++ b/mkdocs/themes/mkdocs/css/base.css @@ -323,7 +323,7 @@ details h4, details h5, details h6 { border-color: transparent; border-style: solid; border-width: 5px 0 5px 5px; - border-left-color: var(--bs-dropdown-link-active-color); + border-left-color: var(--bs-dropdown-link-color); margin-top: 5px; margin-right: -10px; }