Commit 4742497
authored
Fix dropdown submenu arrow invisible in non-hovered state (#44)
* Fix dropdown submenu arrow invisible in non-hovered state (#3909)
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
* Add release note for dropdown submenu arrow fix (#3909)
* Apply suggestion from @shenxianpeng1 parent 83d3109 commit 4742497
2 files changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
323 | 323 | | |
324 | 324 | | |
325 | 325 | | |
326 | | - | |
| 326 | + | |
327 | 327 | | |
328 | 328 | | |
329 | 329 | | |
| |||
0 commit comments