mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-22 05:27:00 +02:00
fix(theme-classic): make focused link outlined with JS disabled (#6505)
This commit is contained in:
parent
caa9d281c3
commit
01c6f15b15
3 changed files with 10 additions and 3 deletions
|
@ -126,7 +126,10 @@ export {
|
|||
} from './utils/tabGroupChoiceUtils';
|
||||
|
||||
export {default as useHideableNavbar} from './hooks/useHideableNavbar';
|
||||
export {default as useKeyboardNavigation} from './hooks/useKeyboardNavigation';
|
||||
export {
|
||||
default as useKeyboardNavigation,
|
||||
keyboardFocusedClassName,
|
||||
} from './hooks/useKeyboardNavigation';
|
||||
export {default as usePrismTheme} from './hooks/usePrismTheme';
|
||||
export {default as useLockBodyScroll} from './hooks/useLockBodyScroll';
|
||||
export {default as useWindowSize} from './hooks/useWindowSize';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue