Hover dropdown menu next to normal <a> navigation items, use a pointer cursor or no?

Hi all, I've created a navbar that has normal clickable <a> links but also 3 items that are not clickable but instead have a dropdown menu when hovered/focused. What offers better usability, making that item have a cursor: pointer or keep it standard as it is not clickable itself?
No description
1 Reply
MarkBoots
MarkBootsā€¢5mo ago
i'd use the default cursor, as you said it's not clickable and a pointer would suggest otherwise.