Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/about/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion mkdocs/themes/mkdocs/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down
Loading