I have this context menu on the web platform (Angular Material) where the "Details" option is expandable by hovering. It is clickable, but since users might not know that, there's also a "Details" option in it.
However, I understand that this repetition looks very unusual.
Should I make the expandable "Details" button not clickable? That would make the access to this functionality a little less optimal.
Changing the "Details" sub-option's name to something else also feels weird because it has the exact same functionality as the expandable option.
Any suggestions?

