When hovering over some menu options, there is no clue that they are interactive. Items such as "history" remain gray when hovering over them, and triggering the actions requires the user to click over the existing label (e.g., not in the space next to it). Some details on how to fix that below:
- When looking at T94947, I checked with @violetto and for menus, the expected style for hover is to use a grey background (#EEE). So I would expect the background color of the options to change to grey on hover.
- The effective actions should be as wide as the menu. That is, the active region for going to the history should go from edge to edge of the menu item and not being restricted to the label.