GNOME Bugzilla – Bug 767972
Reviews - distracting and confusing hover states
Last modified: 2016-06-30 11:39:21 UTC
If you hover over a review, the background behind it changes colour. This makes it look like it's interactive, when it's not. In contrast, if you hover over the yes, no or report buttons, you don't get any feedback that they can be pressed - they look non-interactive. They should take on a raised appearance when hovered, and a pressed appearance when pressed.
The hover effect is shown since the `activatable` property on the listbox row should be set to false. The review valutation buttons should be just flat (GTK_RELIEF_NONE) instead of sporting a special style, as a side note when using custom styleclasses is better to be contextual then following the style, in this case, for example, it's better to go for something like "review-valutation-button" instead of "naked-button".
Lapo fixed the row hover and I fixed the buttons, https://git.gnome.org/browse/gnome-software/commit/?id=22cee466483d6f77a757cf294391e5b6faa70fbf https://git.gnome.org/browse/gnome-software/commit/?id=1e4aafca74eea2350951b8481c3008ac75aea3bf