mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
feat(theme-classic): set aria-expanded on expandable sidebar categories (#6914)
This commit is contained in:
parent
ff1b7168ba
commit
f4f4c1dfd8
|
|
@ -179,6 +179,7 @@ function DocSidebarItemCategory({
|
|||
}
|
||||
}
|
||||
aria-current={isCurrentPage ? 'page' : undefined}
|
||||
aria-expanded={collapsible ? !collapsed : undefined}
|
||||
href={collapsible ? hrefWithSSRFallback ?? '#' : hrefWithSSRFallback}
|
||||
{...props}>
|
||||
{label}
|
||||
|
|
|
|||
Loading…
Reference in New Issue