GNOME Bugzilla – Bug 763612
[HighContrast(|Inverse)] “:selected .circular” should be visible
Last modified: 2016-03-17 15:05:28 UTC
Created attachment 323863 [details] Screenshot. All rows have a close button with “circular” class, including the one selected. When using HighContrast/HighContrastInverse themes, a button with the “circular” CSS class should be visible on a selected GtkListBoxRow, so should have a white color with HighContrast theme (but black when hovered…) and opposite with HighContrastInverse.
Created attachment 324101 [details] [review] High Contrast: circular buttons - make sure they are visible on selected rows
Attachment 324101 [details] pushed as b73f428 - High Contrast: circular buttons
Created attachment 324160 [details] Screenshot. I reopen, as the bug is not solved for `dconf-editor`: the button doesn’t contain a “label” node, but a symbolic icon (“image” node); so, the cross color is not adjusted, the button finishes all white (it’s white on white).
I just realised that these buttons also have the “flat” class, so the “circular” things only show on hover with Adwaita. The inspector shows that removing this class doesn’t change this bug, but it might change the needed solution. Also, that behaviour is not important for `dconf-editor`, but that’s technically another bug that the “flat” class does nothing here.
Created attachment 324191 [details] works in git master