mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-04 17:28:57 +02:00
refactor(v2): remove extra active CSS class for menu item links (#2766)
This commit is contained in:
parent
48b2b753bb
commit
eed2ade7b3
1 changed files with 0 additions and 1 deletions
|
@ -89,7 +89,6 @@ function DocSidebarItem({
|
|||
{...(isInternalUrl(href)
|
||||
? {
|
||||
isNavLink: true,
|
||||
activeClassName: 'menu__link--active',
|
||||
exact: true,
|
||||
onClick: onItemClick,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue