GNOME Bugzilla – Bug 729353
W32: horizontal-buttons get "selected" background when focused
Last modified: 2014-05-01 18:27:34 UTC
Some button subclasses (like modelbuttons, when used as horizontal-buttons) can receive :selected, unlike normal pushbuttons. Need to override the blanket *:selected { ... } style for them to avoid having "selected" background color.
Created attachment 275566 [details] [review] W32: override selected button style to remove colored background
Created attachment 275567 [details] Before: horizontal-button has selected background
Created attachment 275568 [details] After: horizontal-button does not have selected background
Review of attachment 275566 [details] [review]: ok
Attachment 275566 [details] pushed as 0dd810e - W32: override selected button style to remove colored background