GNOME Bugzilla – Bug 752975
[HighContrast] selected row of backdrop GtkTreeView should probably be grey
Last modified: 2015-07-29 15:33:33 UTC
Created attachment 308317 [details] Screenshot, from the Widget Factory. See the “chaotic” / “Otto” line. Using Adwaita, the selected row of a backdrop GtkTreeView is always blue, but there’s a difference with when the window is on top: the inside decorations (radiobuttons, checkboxes…) are drawn flat instead of with relief. When you use the HighContrast theme, decoration are always flat, and the selected row is always drawn black (with white text). I think it should be grey when in backdrop, as are toggled buttons, text selections, etc. “Funny thing” (for not calling it a bug), when you change from the inspector from Adwaita to HighContrast, the selected row is of the color I propose.
While this is actually working here, HC doesn't have explicit styling for GtkTreeView like Adwaita.
Created attachment 308378 [details] [review] HC: provide explicit treeview styling deals with some details like: - DND stuff - progressbar - expanders - separators
Attachment 308378 [details] pushed as 66cacaf - HC: provide explicit treeview styling