We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The sidebar category icon is using an ::after pseudo-element.
::after
It worked fine until now, but for facebook/docusaurus#5830 I'd like to be able to add a click listener to this icon (otherwise this category couldn't be collapsed: https://deploy-preview-5830--docusaurus-2.netlify.app/docs/next/category/guides/), and eventually add some extra :hover styling to make it clear that the icon can be clicked independently from the text.
:hover
We could also allow Docusaurus users to provide their own custom icon if they want to.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
The sidebar category icon is using an
::after
pseudo-element.It worked fine until now, but for facebook/docusaurus#5830 I'd like to be able to add a click listener to this icon (otherwise this category couldn't be collapsed: https://deploy-preview-5830--docusaurus-2.netlify.app/docs/next/category/guides/), and eventually add some extra
:hover
styling to make it clear that the icon can be clicked independently from the text.We could also allow Docusaurus users to provide their own custom icon if they want to.
The text was updated successfully, but these errors were encountered: