Skip to content

Commit 8bea071

Browse files
authored
Fix dropdown submenu marker being invisible (#58)
1 parent 204393e commit 8bea071

File tree

1 file changed

+1
-1
lines changed
  • packages/properdocs-theme-mkdocs/properdocs_theme_mkdocs/css

1 file changed

+1
-1
lines changed

packages/properdocs-theme-mkdocs/properdocs_theme_mkdocs/css/base.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ details h4, details h5, details h6 {
323323
border-color: transparent;
324324
border-style: solid;
325325
border-width: 5px 0 5px 5px;
326-
border-left-color: var(--bs-dropdown-link-active-color);
326+
border-left-color: var(--bs-dropdown-link-color);
327327
margin-top: 5px;
328328
margin-right: -10px;
329329
}

0 commit comments

Comments
 (0)