GNOME Bugzilla – Bug 733264
use ::activatable and ::selectable on listbox rows
Last modified: 2014-10-17 10:21:56 UTC
GTK+ master now has ::activatable and ::selectable properties on GtkListBoxRow, which can be used to disable the hover prelight effect for rows which don't react to clicks. Would be good to set these to FALSE where appropriate, e.g. in the power and a11y panels.
Created attachment 288740 [details] [review] power: Disable hover on non-clickable rows
Created attachment 288741 [details] [review] universal-access: Disable hover on non-clickable rows
Attachment 288740 [details] pushed as f325d6c - power: Disable hover on non-clickable rows Attachment 288741 [details] pushed as 19f9bf9 - universal-access: Disable hover on non-clickable rows