-
-
Notifications
You must be signed in to change notification settings - Fork 9.8k
Open
Labels
bugAn error in the Docusaurus core causing instability or issues with its executionAn error in the Docusaurus core causing instability or issues with its executionstatus: needs more informationThere is not enough information to take action on the issue.There is not enough information to take action on the issue.
Description
Have you read the Contributing Guidelines on issues?
- I have read the Contributing Guidelines on issues.
Prerequisites
- I'm using the latest version of Docusaurus.
- I have tried the
npm run clearoryarn clearcommand. - I have tried
rm -rf node_modules yarn.lock package-lock.jsonand re-installing packages. - I have tried creating a repro with https://new.docusaurus.io.
- I have read the console error message carefully (if applicable).
Description
recording.mov
Create a dropdown entry in the navbar with to or href links, for example:
{
label: "Dropdown",
type: "dropdown",
position: "left",
items: [
{
label: "Test API",
to: "/a-link"
},
{
label: "Test API 2",
to: "/a-link"
}
]
}
In this case the cursor when hovering over the dropdown is a text cursor instead of a pointing finger.
Reproducible demo
Steps to reproduce
- Have a dropdown in the navbar.
- Switch to table width or similar.
Expected behavior
All clickable elements, typically links, should have the same cursor.
Actual behavior
Cursor turns into text selection cursor.
Your environment
No response
Self-service
- I'd be willing to fix this bug myself.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugAn error in the Docusaurus core causing instability or issues with its executionAn error in the Docusaurus core causing instability or issues with its executionstatus: needs more informationThere is not enough information to take action on the issue.There is not enough information to take action on the issue.