mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-06 10:20:09 +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)
|
{...(isInternalUrl(href)
|
||||||
? {
|
? {
|
||||||
isNavLink: true,
|
isNavLink: true,
|
||||||
activeClassName: 'menu__link--active',
|
|
||||||
exact: true,
|
exact: true,
|
||||||
onClick: onItemClick,
|
onClick: onItemClick,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue