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
Currently each list of patterns in the left hand menu can be expanded and collapsed via clicking the title e.g. 'Components'.
Next to the title is a chevron icon that when clicked should also expand and collapse the menu.
If this was not the intention then cursor: pointer should be removed when hovering the icon.
cursor: pointer
The text was updated successfully, but these errors were encountered:
3fad362
Make it possible to navigate the menu with the keyboard. Fix #202 (#207)
a330dd6
Successfully merging a pull request may close this issue.
Issue Summary
Currently each list of patterns in the left hand menu can be expanded and collapsed via clicking the title e.g. 'Components'.
Next to the title is a chevron icon that when clicked should also expand and collapse the menu.
If this was not the intention then
cursor: pointer
should be removed when hovering the icon.Steps to Reproduce
The text was updated successfully, but these errors were encountered: